blob: 91101ceea60456a88059349a6fe59964ca3c5926 [file] [log] [blame]
class Test {
void foo() {
<selection>int j = 0;
int i = 0;
j = 9;</selection>
System.out.println(i);
}
}