[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
+1 -1
View File
@@ -3,5 +3,5 @@ fun Any.foo1() : (i : Int) -> Unit {
}
fun test(a : Any) {
a.foo1(<!NO_VALUE_FOR_PARAMETER!>)<!>()
a.foo1(<!NO_VALUE_FOR_PARAMETER{PSI}!>)<!>(<!NO_VALUE_FOR_PARAMETER{LT}!>)<!>
}