Files
kotlin-fork/compiler/testData/ir/irText/lambdas/justLambda.kt
T
2020-02-07 10:50:56 +03:00

3 lines
35 B
Kotlin
Vendored

val test1 = { 42 }
val test2 = { }