Files
kotlin-fork/compiler/testData/ir/irText/lambdas/justLambda.kt
T
2020-04-20 17:05:34 +03:00

4 lines
52 B
Kotlin
Vendored

// FIR_IDENTICAL
val test1 = { 42 }
val test2 = { }