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

21 lines
650 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:
receiverType = null
returnType = Color
symbol = color: Color
]
argumentMapping = {
Color.R -> (KtVariableLikeSignature:
receiverType = null
returnType = Color
symbol = color: Color)
}