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