blob: 39a38f76f887d3f9570190f146104d6b67d6d0b4 [file] [log] [blame]
class Test {
void foo(String[] ss) {
for(int i = 0; i < ss.length; i++) {
<selection>ss[i] = "";</selection>
}
}
}