Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
5d1ac920fdaef5d4ec8f66bb734488cd9660b024
/
.
/
test
/
024-illegal-access
/
src
/
SemiPrivate.java
blob: 17b2ac02f3271845ccd0a83a93b7fe4fa0b0fc1d [
file
] [
log
] [
blame
]
// Copyright 2006 The Android Open Source Project
/**
* Version with package scope access.
*/
public
class
SemiPrivate
{
/* not private */
static
String
mPrivvy
=
"stuff"
;
}