class Foo { { Zzoo.Impl l = new Zzoo.Impl() } } interface Zzoo { void run(); class Impl implements Zzoo {} }