blob: 197dfb53a74a33e1743896d4df83a598a65a2d96 [file] [log] [blame]
class Foo {
{
for(Object o : collection) {
System.out.println(<ref>o);
}
}
}