Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
842b5cbd6e02232a3c407a98271a525f5e8aaf84
/
.
/
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."
);
}
}