Files
kotlin-fork/compiler/testData/codegen/bytecodeText/fieldsForCapturedValues/outerThisInInnerConstructor.kt
T

19 lines
338 B
Kotlin
Vendored

class Outer {
inner class Inner {
constructor() {
class NamedLocal {
fun foo() {
outer()
}
}
}
}
fun outer() {}
}
// JVM_TEMPLATES
// 1 final synthetic LOuter\$Inner; this\$0
// JVM_IR_TEMPLATES
// 2 final synthetic LOuter; this\$0