Files
2023-06-23 07:56:03 +00:00

5 lines
80 B
Kotlin
Vendored

fun main(args: Array<String>) {
val x = 42
when (x) {is<!SYNTAX!><!>}
}