0147d725fb
Strictly speaking, callable references are not calls. However, type arguments are still inferred for references, and 'KtCall' is the only place in Analysis API that exposes call-substituted types. ^KT-66485 Fixed
21 lines
702 B
Plaintext
Vendored
21 lines
702 B
Plaintext
Vendored
KtSuccessCallInfo:
|
|
call = KtSimpleFunctionCall:
|
|
isImplicitInvoke = false
|
|
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
|
dispatchReceiver = null
|
|
extensionReceiver = null
|
|
signature = KtFunctionLikeSignature:
|
|
receiverType = Foo
|
|
returnType = kotlin.Unit
|
|
symbol = /foo(<extension receiver>: Foo, a: kotlin.Int): kotlin.Unit
|
|
valueParameters = [
|
|
KtVariableLikeSignature:
|
|
name = a
|
|
receiverType = null
|
|
returnType = kotlin.Int
|
|
symbol = a: kotlin.Int
|
|
callableIdIfNonLocal = null
|
|
]
|
|
callableIdIfNonLocal = /foo
|
|
typeArgumentsMapping = {}
|
|
argumentMapping = {} |