package p1; import p2.B; public class A { public static int m(B b) { return 0; } }