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