Files
kotlin-fork/compiler/testData/ir/irText/expressions/kt37570.kt.txt
T
2020-11-26 00:15:10 +03:00

24 lines
281 B
Plaintext
Vendored

fun a(): String {
return "string"
}
class A {
constructor() /* primary */ {
super/*Any*/()
/* <init>() */
}
val b: String
get
init {
a().apply<String>(block = local fun String.<anonymous>() {
<this>.#b = $this$apply
}
) /*~> Unit */
}
}