KtErrorCallInfo:
  candidateCalls = [
    KtDelegatedConstructorCall:
      kind = THIS_CALL
      partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
        dispatchReceiver = null
        extensionReceiver = null
        signature = KtFunctionLikeSignature:
          receiverType = null
          returnType = Sub
          symbol = <constructor>(i: kotlin.Int, j: kotlin.Int): Sub
          valueParameters = [
            KtVariableLikeSignature:
              name = i
              receiverType = null
              returnType = kotlin.Int
              symbol = i: kotlin.Int,
            KtVariableLikeSignature:
              name = j
              receiverType = null
              returnType = kotlin.Int
              symbol = j: kotlin.Int
          ]
      argumentMapping = {},
    KtDelegatedConstructorCall:
      kind = THIS_CALL
      partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
        dispatchReceiver = null
        extensionReceiver = null
        signature = KtFunctionLikeSignature:
          receiverType = null
          returnType = Sub
          symbol = <constructor>(p: kotlin.Int): Sub
          valueParameters = [
            KtVariableLikeSignature:
              name = p
              receiverType = null
              returnType = kotlin.Int
              symbol = p: kotlin.Int
          ]
      argumentMapping = {}
  ]
  diagnostic = ERROR<NONE_APPLICABLE: None of the following functions are applicable: [public constructor(p: R|kotlin/Int|): R|Sub|, public constructor(i: R|kotlin/Int|, j: R|kotlin/Int|): R|Sub|]>
