type signature of subclass member resolves to the wrong path-dependent type if inheriting multiple inner traits with identical path #16724
Labels
area:refchecks
area:reporting
Error reporting including formatting, implicit suggestions, etc
itype:bug
Compiler version
3.2.1
Minimized code
Output
Expectation
It should compile successfully. The error information is clearly wrong, All 3 instances of
Gen.this.Upper
(Upper
,Product
,Tuple1[Int]
) are super types ofTuple1[Int]
The text was updated successfully, but these errors were encountered: