// "Create Inner Class 'Foo'" "true" public interface Test { void foo(Foo f){} class Foo { } }