public void access() { p.A a = this; a.m(); // compile time error }
@EntryPoint public static void main(String args[]) { A.m(); }