Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
innerClasses
/
kt56104.kt
blob: 2e36cc684c5d37a8654456d66d80204ed4dc8197 [
file
]
// TARGET_BACKEND: JVM_IR
// FILE: classes.kt
open
class
A
{
class
Inner
fun foo
(
i
:
Inner
):
Inner
=
Inner
()
}
class
B
:
A
()
// A and A$Inner both need an inner class attribute for the relationship. B does not.
// 2 INNERCLASS A\$Inner A Inner