29 lines
908 B
Plaintext
Vendored
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)
|
|
}
|