Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
8db5ca400c4ac0387c89b9b53a5a406aa0817c78
/
.
/
test
/
026-access
/
src
/
otherpackage
/
PublicAccess.java
blob: 996fa769e95b2cae5e6bc54e000a21995dc7b3c7 [
file
] [
log
] [
blame
]
package
otherpackage
;
public
class
PublicAccess
{
static
public
void
main
()
{
System
.
out
.
println
(
"Blort."
);
}
}