blob: 62f5650f1289432be4475a508b1632f9e7273b30 [file] [log] [blame]
class Test {
int method(String p1, int p2) {
int i = <selection>p1 + p2</selection>;
for(int l = i; l <= p1 + p2; l++)
sum += p1 + p2;
}
}