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