blob: 355a4e97206f5f50815035b1f1e3eda5082e16fe [file] [log] [blame]
class Test {
String[] foos;
void test() {
for (String foo : <selection>foos</selection>) {
}
System.out.println(foos.length);
}
}