blob: bc6c1830129f82e9084adfe6d87a5de9abc36b32 [file] [log] [blame]
/**
* @see #Test1
*/
class Test1 {
public Test1() {
this(0);
new Test1();
}
public Test1(int i) {}
}