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