Files
kotlin-fork/compiler/testData/diagnostics/tests/incompleteCode/inExpr.kt
T
2013-09-03 13:09:14 +04:00

5 lines
84 B
Kotlin

package l
fun test(a: Int) {
if (a in<!SYNTAX!><!> ) {} //a is not unresolved
}