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

34 lines
1010 B
Plaintext
Vendored

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