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