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