blob: 2b87c26d6f6e9407928be96062dcb1d8042da66f [file] [log] [blame]
package p1;
import p2.B;
public class A {
public class Inner {
public void m(B b) {
System.out.println(A.this);
}
}
}