KtErrorCallInfo:
  candidateCalls = [
    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 = {
        s -> (KtVariableLikeSignature:
          name = p1
          receiverType = null
          returnType = kotlin.Int
          symbol = p1: kotlin.Int)
      }
  ]
  diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is kotlin/String but kotlin/Int was expected>
