[FIR][LightTree] Mark fake nodes in FOR loop

+ fix bunch of tests
This commit is contained in:
Andrey Zinovyev
2021-04-19 15:32:27 +03:00
committed by TeamCityServer
parent 0a68edf3bd
commit ee48fc320d
5 changed files with 12 additions and 9 deletions
@@ -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<!><!>)
}