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