Files
kotlin-fork/compiler/testData/codegen/asmLike/receiverMangling/innerClass.kt
T
Yan Zhulanow d16b55033e Introduce new naming convention for captured receiver backing fields
'receiver$0' -> '$this_<label>'
2018-09-11 16:41:20 +03:00

3 lines
33 B
Kotlin
Vendored

class Foo {
inner class Bar
}