KtSuccessCallInfo:
  call = KtDelegatedConstructorCall:
    kind = SUPER_CALL
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = null
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = Base
        symbol = <constructor>(p1: kotlin.Int): Base
        valueParameters = [
          KtVariableLikeSignature:
            name = p1
            receiverType = null
            returnType = kotlin.Int
            symbol = p1: kotlin.Int
        ]
    argumentMapping = {
      i + j -> (KtVariableLikeSignature:
        name = p1
        receiverType = null
        returnType = kotlin.Int
        symbol = p1: kotlin.Int)
    }
