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