blob: 4516e7923856649da4b7d1206ded941e9164551b [file] [log] [blame]
public class Foo {
void m() {
int[] xs = {1, 2, 3};
xs.for<caret>
}
}