3 lines
65 B
Kotlin
Vendored
3 lines
65 B
Kotlin
Vendored
fun main() {
|
|
val x = <expr>when (true) { else -> 2 }</expr>
|
|
} |