blob: 1840ce67280cb28a307fe17805fb9f7363c2033c [file] [log] [blame]
package p;
public class A {
public static class OtherInner {}
public class Inner extends OtherInner {}
}