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

29 lines
908 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
callableIdIfNonLocal = null
]
callableIdIfNonLocal = test/dummyTest
typeArgumentsMapping = {}
argumentMapping = {
Test() -> (KtVariableLikeSignature:
name = value
receiverType = null
returnType = test.Test
symbol = value: test.Test
callableIdIfNonLocal = null)
}