5 lines
84 B
Kotlin
5 lines
84 B
Kotlin
package l
|
|
|
|
fun test(a: Int) {
|
|
if (a in<!SYNTAX!><!> ) {} //a is not unresolved
|
|
} |