Files
kotlin/compiler/testData/codegen/controlStructures/if.kt
2013-01-24 21:12:27 +04:00

1 line
53 B
Kotlin

fun foo(b: Boolean): Int { return if (b) 15 else 20 }