blob: de054bb6f260e33ac9123b3d6da5306e447268fa [file] [log] [blame]
public class Foo {
void m() {
Integer[] xs = {1, 2, 3};
xs.fori<caret>
}
}