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