analyze incomplete 'in' expression
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package l
|
||||
|
||||
fun test(a: Int) {
|
||||
if (a in<!SYNTAX!><!> ) {} //a is not unresolved
|
||||
}
|
||||
Reference in New Issue
Block a user