Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
0850c69c88d49efd4075288511b70d6c032bd0c8
/
.
/
test
/
024-illegal-access
/
src2
/
SemiPrivate.java
blob: cf6f8e6e1da92eba23af3ddc8db320ab305d9aa5 [
file
] [
log
] [
blame
]
// Copyright 2006 The Android Open Source Project
/**
* Version with private access.
*/
public
class
SemiPrivate
{
private
static
String
mPrivvy
=
"stuff"
;
}