3 lines
84 B
Kotlin
Vendored
3 lines
84 B
Kotlin
Vendored
fun test(b: Boolean) {
|
|
val x = <expr>if (b) { 45 } else { "OK" }</expr>::class
|
|
} |