blob: 01c48e58096d2d48a33e84f2859afc03b9d7ef5d [file] [log] [blame]
package test0508;
public class A {
A() {
}
public void foo() {
new A();
}
}