a8ae704c0c
For property access with implicit receiver, the resolved fir is a FirPropertyAccessExpression and hence we need to handle it in KtFirCallResolver.
5 lines
189 B
Plaintext
Vendored
5 lines
189 B
Plaintext
Vendored
KtFunctionCall:
|
|
argumentMapping = { 42 -> (v: kotlin.Int) }
|
|
targetFunction = /JavaClass.setFoo(<dispatch receiver>: JavaClass, v: kotlin.Int): kotlin.Unit
|
|
substitutor = <empty substitutor>
|