blob: 4ffcf064fc4686c45e05b5bf00fd573f5c84cdd8 [file] [log] [blame]
class Test {
public Test() {
this(<selection>10</selection>);
}
public Test(final int i) {
}
}