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