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