Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
3d3ef80feae9fc7b6e2dfea89a0d542393872d1a
/
.
/
compiler
/
testData
/
loadJava
/
compiledKotlin
/
class
/
NestedClassExtendNestedClass.kt
blob: 29f0034fec7865949b3cacd54832f74f0bb81a41 [
file
]
package
test
class
Outer
()
{
open
class
Nested1
()
class
Nested2
()
:
Nested1
()
}