Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
0850c69c88d49efd4075288511b70d6c032bd0c8
/
.
/
test
/
068-classloader
/
src-ex
/
Inaccessible2.java
blob: dc20c21b979108b6fdcd3b43d1b8c86ff3f6d317 [
file
] [
log
] [
blame
]
// Copyright 2008 The Android Open Source Project
/**
* Public class that can't access its base.
*/
public
class
Inaccessible2
extends
InaccessibleBase
{
public
Inaccessible2
()
{
System
.
out
.
println
(
"--- inaccessible2"
);
}
}