blob: e38a9aa3155d4c77997c5aac2d8d2587bac7a06f [file] [log] [blame]
public class Test {
Integer[] f = new Integer[0];
void foo() {
for (Integer i : f) {}
}
}