Files
kotlin/compiler/testData/codegen/controlStructures/if.jet
2011-10-20 16:21:18 +02:00

1 line
53 B
Plaintext

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