3 lines
71 B
Kotlin
Vendored
3 lines
71 B
Kotlin
Vendored
fun test(b: Boolean) {
|
|
if (b) { <expr>54</expr> } else { 45 } + 4
|
|
} |