blob: 0772b12fed5e019c5f429d253393a0d9882c9547 [file] [log] [blame]
public class Test {
public Test() {
int i = <selection>0</selection>;
}
public Test get() {
return new Test() {
}
}
}