blob: bbfb9ac9fc81936436cc25c90de6e957c1ac369b [file] [log] [blame]
package test0509;
public class A {
public void foo() {
new B();
}
}