blob: 6ef2879a1fa8f7fb29fc3366d60410b5736c2c68 [file] [log] [blame]
// "Create Inner Class 'Foo'" "true"
public class Test {
static class A extends Foo {
}
private static class Foo {
}
}