Files
kotlin-fork/compiler/testData/ir/irCfg/when/emptyWhen.kt
T

3 lines
37 B
Kotlin
Vendored

fun empty() = when {
else -> 42
}