Files
kotlin-fork/compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/incompleteWhen.jet
T
2012-05-22 18:23:51 +04:00

3 lines
59 B
Plaintext

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