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

1 line
68 B
Kotlin
Vendored

fun compare(x: Int, y: Int) = if (x > y) 1 else if (x < y) -1 else 0