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