blob: 858112c2f3b5f0955a1ecc4f80a39b8b3f37b3e4 [file] [log] [blame]
package test
public final class Outer {
/*primary*/ public constructor Outer()
public open class Nested1 {
/*primary*/ public constructor Nested1()
}
public final class Nested2 : test.Outer.Nested1 {
/*primary*/ public constructor Nested2()
}
}