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