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