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

23 lines
275 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>
}
) /*~> Unit */
}
}