Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
NestedClassExtendNestedClass.txt
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()
}
}