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