KtConstructorDelegationCall(115,132): 'this(i, j, i * j)'
  KaCallResolutionError:
    candidateCalls = [
      KaDelegatedConstructorCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        kind = THIS_CALL
        signature = KaFunctionSignature:
          receiverType = null
          returnType = Sub
          symbol = <constructor>(i: kotlin.Int, j: kotlin.Int): Sub
          valueParameters = [
            KaVariableSignature:
              name = i
              receiverType = null
              returnType = kotlin.Int
              symbol = i: kotlin.Int
              contextParameters = []
              callableId = null,
            KaVariableSignature:
              name = j
              receiverType = null
              returnType = kotlin.Int
              symbol = j: kotlin.Int
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = null
        typeArgumentsMapping = {}
        valueArgumentMapping = {},
      KaDelegatedConstructorCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        kind = THIS_CALL
        signature = KaFunctionSignature:
          receiverType = null
          returnType = Sub
          symbol = <constructor>(p: kotlin.Int): Sub
          valueParameters = [
            KaVariableSignature:
              name = p
              receiverType = null
              returnType = kotlin.Int
              symbol = p: kotlin.Int
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = null
        typeArgumentsMapping = {}
        valueArgumentMapping = {}
    ]
    diagnostic = ERROR<NONE_APPLICABLE: None of the following candidates is applicable:
    
    constructor(p: Int): Sub:
      Too many arguments for 'constructor(p: Int): Sub'.
      Too many arguments for 'constructor(p: Int): Sub'.
    
    constructor(i: Int, j: Int): Sub:
      Too many arguments for 'constructor(i: Int, j: Int): Sub'.>