1 line
53 B
Kotlin
1 line
53 B
Kotlin
fun foo(b: Boolean): Int { return if (b) 15 else 20 } |
fun foo(b: Boolean): Int { return if (b) 15 else 20 } |