blob: 7c9a7e74087b4bce6f000b8707b5397540207f95 [file] [log] [blame]
class Foo {
{
List list;
for (String s : list) {
<caret>
}
}
}