Files
kotlin-fork/idea/testData/codegen/if.jet
T

1 line
53 B
Plaintext

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