Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/problems/incompleteWhen.kt
T
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!><!>}
}