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