[FIR][LightTree] Mark fake nodes in FOR loop
+ fix bunch of tests
This commit is contained in:
committed by
TeamCityServer
parent
0a68edf3bd
commit
ee48fc320d
+1
-1
@@ -5,5 +5,5 @@
|
||||
fun foo(i: Int) {}
|
||||
|
||||
fun test(s: String?) {
|
||||
foo(<!ARGUMENT_TYPE_MISMATCH!>s?.length<!>)
|
||||
foo(<!ARGUMENT_TYPE_MISMATCH{PSI}!>s?.<!ARGUMENT_TYPE_MISMATCH{LT}!>length<!><!>)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user