Files

22 lines
366 B
Kotlin
Vendored

class Receiver {
fun foo() {}
}
fun useExtensionLambda(lambda: Receiver.() -> Unit) {
}
fun test() {
useExtensionLambda label@ {
class NamedLocal {
fun run() {
foo()
}
}
}
}
// JVM_TEMPLATES
// 1 final synthetic LReceiver; \$this_label
// JVM_IR_TEMPLATES
// 1 final synthetic LReceiver; \$this