3 lines
63 B
Kotlin
Vendored
3 lines
63 B
Kotlin
Vendored
fun test(b: Boolean = <expr>true</expr>): Int {
|
|
return 54
|
|
} |