FIR IDE: Add substitutor to KtCall
This commit is contained in:
committed by
Ilya Kirillov
parent
9f0f1781c9
commit
d2ed203528
+2
-1
@@ -1,4 +1,5 @@
|
||||
KtFunctionalTypeVariableCall:
|
||||
target = x: kotlin.Function1<kotlin.Int, kotlin.String>
|
||||
argumentMapping = { 1 -> (p1: kotlin.Int) }
|
||||
targetFunction = kotlin/Function1.invoke(p1: kotlin.Int): kotlin.String
|
||||
targetFunction = kotlin/Function1.invoke(<dispatch receiver>: kotlin.Function1<kotlin.Int, kotlin.String>, p1: kotlin.Int): kotlin.String
|
||||
substitutor = <empty substitutor>
|
||||
Reference in New Issue
Block a user