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

14 lines
181 B
Kotlin
Vendored

class Receiver {
fun foo() {}
}
fun Receiver.bar() {
class NamedLocal {
fun run() {
foo()
}
}
}
// 1 final synthetic LReceiver; \$this_bar