KtConstructorDelegationCall(115,132): 'this(i, j, i * j)'
  KaInapplicableCallCandidate:
    candidate = 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 = {}
    diagnostic = ERROR<TOO_MANY_ARGUMENTS: Too many arguments for 'constructor(i: Int, j: Int): Sub'.>
    isInBestCandidates = true

  KaInapplicableCallCandidate:
    candidate = 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<TOO_MANY_ARGUMENTS: Too many arguments for 'constructor(p: Int): Sub'.>
    isInBestCandidates = true