blob: 551f4404ffdccc13393bc21f15525d43bbd0f3a6 [file] [log] [blame]
public class Foo {
void m() {
Long[] xs = {1, 2, 3};
for (int i = xs.length - 1; i >= 0; i--) {
<caret>
}
}
}