34e6459014
to the last parameter of the set operator function, even if there are missing or too many index arguments.
3 lines
160 B
Plaintext
Vendored
3 lines
160 B
Plaintext
Vendored
KtFunctionCall:
|
|
argumentMapping = { 1 -> (a: kotlin.Int), "foo" -> (b: kotlin.String) }
|
|
targetFunction = /C.get(a: kotlin.Int, b: kotlin.String): kotlin.Boolean |