blob: a77da222234c861e99d86b28ebe73a545f3593d7 [file] [log] [blame]
package p3;
import p1.A;
class C {
C() {
A a= new A();
a.fB.mA1(a);
}
}