3 lines
72 B
Kotlin
Vendored
3 lines
72 B
Kotlin
Vendored
fun foo(b: Boolean) {
|
|
if (b) println("true") else println("false")
|
|
} |