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

1 line
45 B
Kotlin
Vendored

fun max(x: Int, y: Int) = if (x > y) x else y