Files
kotlin/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteWhen.kt

3 lines
70 B
Kotlin

fun test(a: Any) {
when (<!UNUSED_EXPRESSION!>a<!>)<!SYNTAX!><!>
}