Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4783822fbc6124c4ba34c64fc79b53dde6b500f7
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
NestedClassExtendNestedClass.txt
blob: 858112c2f3b5f0955a1ecc4f80a39b8b3f37b3e4 [
file
]
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()
}
}