blob: 852d0f8fbd408c92a7db1807fcd4d64179671684 [file] [log] [blame]
class A {
public void test() {
<selection>int count=0;
for(int j=0; j<100; j++) count++;</selection>
count=0;
for(int j=0; j<100; j++) count++;
}
}