Files
kotlin-fork/compiler/testData/ir/irText/lambdas/anonymousFunction.kt
T
Mikhail Glukhikh 05e4539019 Set resolved type for lambdas properly during FIR resolve
Partially done by semoro
2019-05-28 10:17:31 +03:00

4 lines
69 B
Kotlin
Vendored

// FIR_IDENTICAL
// WITH_RUNTIME
val anonymous = fun() { println() }