blob: 43c8dea1ff89189ef7ab822a756fa24ed0b9dc80 [file] [log] [blame]
package p1;
import p2.B;
public class A {
public void m(B b) {
b.m();
}
}