FIR IDE: Add substitutor to KtCall
This commit is contained in:
committed by
Ilya Kirillov
parent
9f0f1781c9
commit
d2ed203528
Vendored
+3
-2
@@ -1,3 +1,4 @@
|
||||
KtFunctionCall:
|
||||
argumentMapping = { 2 -> (other: B) }
|
||||
targetFunction = /to(<receiver>: A, other: B): A
|
||||
argumentMapping = { 2 -> (other: kotlin.Int) }
|
||||
targetFunction = /to(<extension receiver>: kotlin.Int, other: kotlin.Int): kotlin.Int
|
||||
substitutor = <map substitutor: {FirTypeParameterSymbol A=kotlin/Int, FirTypeParameterSymbol B=kotlin/Int}>
|
||||
Reference in New Issue
Block a user