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