Files
kotlin-fork/analysis/analysis-api/testData/components/callResolver/resolveCall/intArrayOfInAnnotation.txt
T

30 lines
1.0 KiB
Plaintext
Vendored

KtSuccessCallInfo:
call = KtSimpleFunctionCall:
isImplicitInvoke = false
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = null
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
returnType = kotlin.IntArray
symbol = kotlin/intArrayOf(vararg elements: kotlin.Int): kotlin.IntArray
valueParameters = [
KtVariableLikeSignature:
receiverType = null
returnType = kotlin.Int
symbol = vararg elements: kotlin.Int
]
argumentMapping = {
1 -> (KtVariableLikeSignature:
receiverType = null
returnType = kotlin.Int
symbol = vararg elements: kotlin.Int),
2 -> (KtVariableLikeSignature:
receiverType = null
returnType = kotlin.Int
symbol = vararg elements: kotlin.Int),
3 -> (KtVariableLikeSignature:
receiverType = null
returnType = kotlin.Int
symbol = vararg elements: kotlin.Int)
}