mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
1 line
53 B
Kotlin
1 line
53 B
Kotlin
fun foo(b: Boolean): Int { return if (b) 15 else 20 } |