blob: 7b28427ecafcc489d5d143a4f69f2fda9c21b048 [file] [log] [blame]
// Copyright 2008 The Android Open Source Project
/**
* Non-public class, inaccessible from Main. Note the constructor is
* public.
*/
class Inaccessible1 extends SimpleBase {
public Inaccessible1() {
System.out.println("--- inaccessible1");
}
}