blob: ca7c8f43c0a1f9a6df5ad8da7b9491767c0354e0 [file] [log] [blame]
package p1;
import p2.B;
public class A {
public int m(B b) {
return m(b);
}
}