blob: 5983cfed77cfe5760a88ac2cb32cbaae55c97f80 [file] [log] [blame]
class A {
int i;
public A() {
i = <selection>27</selection>;
}
}