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