// "Create Inner Class 'Foo'" "true" public class Test { static class A extends Foo { } private static class Foo { } }