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