Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_art
/
5d1ac920fdaef5d4ec8f66bb734488cd9660b024
/
.
/
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"
;
}