Files
kotlin-fork/compiler/testData/ir/irText/expressions/whenCoercedToUnit.kt
T

9 lines
90 B
Kotlin
Vendored

// FIR_IDENTICAL
// WITH_RUNTIME
fun foo(x: Int) {
when (x) {
0 -> 0
}
}