9b9da94a09
- Correctly set explicit receiver value. - Restore original function call from FirImplicitFunctionCall (i.e., calls implicitly resolved to `invoke`) to get the correct name for getting all candidates. - Collect candidates at all tower levels. Also make order of candidate calls in tests deterministic.
15 lines
510 B
Plaintext
Vendored
15 lines
510 B
Plaintext
Vendored
KtSuccessCallInfo:
|
|
call = KtSimpleFunctionCall:
|
|
isImplicitInvoke = true
|
|
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
|
dispatchReceiver = null
|
|
extensionReceiver = KtExplicitReceiverValue:
|
|
expression = x
|
|
isSafeNavigation = false
|
|
signature = KtFunctionLikeSignature:
|
|
receiverType = kotlin.Int
|
|
returnType = kotlin.String
|
|
symbol = /invoke(<extension receiver>: kotlin.Int): kotlin.String
|
|
valueParameters = []
|
|
argumentMapping = {}
|