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

3 lines
70 B
Kotlin

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