blob: c7fdbad60e454cbf2138a81ea134a38107209ce4 [file] [log] [blame]
class Xx {
Xx() {}
Xx(int x) {
this();
}
}
new Xx(1);
new Xx();
new X<caret>(2);