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

28 lines
839 B
Plaintext
Vendored

KtSuccessCallInfo:
call = KtAnnotationCall:
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = null
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
returnType = Annotation
symbol = <constructor>(color: Color): Annotation
valueParameters = [
KtVariableLikeSignature:
name = color
receiverType = null
returnType = Color
symbol = color: Color
callableIdIfNonLocal = null
]
callableIdIfNonLocal = null
typeArgumentsMapping = {}
argumentMapping = {
Color.R -> (KtVariableLikeSignature:
name = color
receiverType = null
returnType = Color
symbol = color: Color
callableIdIfNonLocal = null)
}