blob: 4fcc11b6501e02f57e002342d4e60d88128201e1 [file] [log] [blame]
class Foo {
void zoo() {}
{
new Foo().<caret>
}
}