Files
kotlin-fork/analysis/analysis-api/testData/components/callResolver/resolveCall/variableWithExtensionInvoke.txt
T
2022-06-23 07:50:21 +00:00

34 lines
1002 B
Plaintext
Vendored

KtSuccessCallInfo:
call = KtSimpleFunctionCall:
isImplicitInvoke = true
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = null
extensionReceiver = KtExplicitReceiverValue:
expression = f
isSafeNavigation = false
type = Foo
signature = KtFunctionLikeSignature:
receiverType = Foo
returnType = kotlin.Unit
symbol = /invoke(<extension receiver>: Foo, t: T): kotlin.Unit
valueParameters = [
KtVariableLikeSignature:
name = t
receiverType = null
returnType = kotlin.String
symbol = t: T
callableIdIfNonLocal = null
]
callableIdIfNonLocal = /invoke
typeArgumentsMapping = {
T -> (kotlin.String)
}
argumentMapping = {
"" -> (KtVariableLikeSignature:
name = t
receiverType = null
returnType = kotlin.String
symbol = t: T
callableIdIfNonLocal = null)
}