Files
2022-10-05 15:06:52 +00:00

7 lines
110 B
Kotlin
Vendored

fun test(b: Boolean): Int {
if (<expr>b</expr>) {
return 54
} else {
return 45
}
}