[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
@@ -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}!>)<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user