Files
kotlin-fork/analysis/analysis-api/testData/components/callResolver/resolveCall/withTestCompilerPluginEnabled/dummyFunction.txt
T
2022-02-25 23:08:26 +03:00

25 lines
756 B
Plaintext
Vendored

KtSuccessCallInfo:
call = KtSimpleFunctionCall:
isImplicitInvoke = false
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = null
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
returnType = kotlin.String
symbol = test/dummyTest(value: test.Test): kotlin.String
valueParameters = [
KtVariableLikeSignature:
name = value
receiverType = null
returnType = test.Test
symbol = value: test.Test
]
argumentMapping = {
Test() -> (KtVariableLikeSignature:
name = value
receiverType = null
returnType = test.Test
symbol = value: test.Test)
}