blob: 291e623a15161edb886dda6f262940645b719db1 [file] [log] [blame]
class C {
{
int i;
<selection>System.out.println(i);</selection>
System.out.println(128);
}
}