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 = {
        i -> (KtVariableLikeSignature:
          name = i
          receiverType = null
          returnType = kotlin.Int
          symbol = i: kotlin.Int),
        j -> (KtVariableLikeSignature:
          name = j
          receiverType = null
          returnType = kotlin.Int
          symbol = j: kotlin.Int)
      },
    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 = {
        i -> (KtVariableLikeSignature:
          name = p
          receiverType = null
          returnType = kotlin.Int
          symbol = p: kotlin.Int)
      }
  ]
  diagnostic = ERROR<NONE_APPLICABLE: None of the following functions can be called with the arguments supplied: 
  public constructor Sub(p: Int) defined in Sub
  public constructor Sub(i: Int, j: Int) defined in Sub>