Files
kotlin-fork/compiler/testData/ir/irText/lambdas/justLambda.kt.txt
T

15 lines
184 B
Plaintext
Vendored

val test1: Function0<Int>
field = local fun <anonymous>(): Int {
return 42
}
get
val test2: Function0<Unit>
field = local fun <anonymous>() {
return Unit
}
get