6 lines
99 B
Kotlin
Vendored
6 lines
99 B
Kotlin
Vendored
fun println(x: Boolean) {}
|
|
|
|
fun test(b: Boolean): Int {
|
|
println(<expr>b</expr>)
|
|
return 54
|
|
} |