KtConstructorDelegationCall(115,132): 'this(i, j, i * j)'
  KaSymbolResolutionError:
    candidateSymbols = [
      <constructor>(i: kotlin.Int, j: kotlin.Int): Sub,
      <constructor>(p: kotlin.Int): Sub
    ]
    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'.>