KtSuccessCallInfo:
  call = KtSimpleFunctionCall:
    isImplicitInvoke = false
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = null
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = kotlin.Array<Annotation>
        symbol = kotlin/arrayOf(vararg elements: T): kotlin.Array<T>
        valueParameters = [
          KtVariableLikeSignature:
            name = elements
            receiverType = null
            returnType = Annotation
            symbol = vararg elements: T
            callableIdIfNonLocal = null
        ]
        callableIdIfNonLocal = kotlin/arrayOf
    typeArgumentsMapping = {
      T -> (Annotation)
    }
    argumentMapping = {
      Annotation("v1", "v2") -> (KtVariableLikeSignature:
        name = elements
        receiverType = null
        returnType = Annotation
        symbol = vararg elements: T
        callableIdIfNonLocal = null),
      Annotation(strings = arrayOf("v3", "v4")) -> (KtVariableLikeSignature:
        name = elements
        receiverType = null
        returnType = Annotation
        symbol = vararg elements: T
        callableIdIfNonLocal = null)
    }
