Files
kotlin-fork/compiler/testData/ir/irText/lambdas/justLambda.kt
T
2016-10-18 09:09:00 +03:00

3 lines
35 B
Kotlin
Vendored

val test1 = { 42 }
val test2 = { }