blob: f269555468bc5d9bfc3bfc5bfe1b4e701e8a6c35 [file] [log] [blame]
package p;
public class A {
public static void method() {
System.out.println("TestA.method");
B.method();
}
}