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