blob: 2ee90dfbd4a70f29162676e7bcb8c702d0045fb5 [file] [log] [blame]
class Foo {
{
Zzoo l = new Zzoo()<caret>
}
}
class Zzoo {
void run();
class Impl implements Zzoo {}
}