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