blob: b87dffcf42f0c8e2dfd5f165da4c47e3f2eb833a [file] [log] [blame]
class Test {
public void method() {
for(int i = 0; i < 100; i++)
sum += <selection>i * 2</selection>;
}
}