blob: 1b78c758633947edae3fad2d77e298589c4fbaf9 [file] [log] [blame]
package test0511;
public class A {
public void foo() {
new Y();
}
}