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