Files
kotlin-fork/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteWhen.kt
T
2014-06-25 14:22:53 +04:00

3 lines
46 B
Kotlin

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