Compiler creates Infinite loop when define extension of opaque type which references to other opaque type #22393
Labels
area:opaque-types
area:reporting
Error reporting including formatting, implicit suggestions, etc
itype:bug
Compiler version
3.6.2
If you're not sure what version you're using, run
print scalaVersion
from sbt(if you're running scalac manually, use
scalac -version
instead).Minimized code
A.scala
B.scala
C.scala
Output
Expectation
Wish to be compiled as type B.
The text was updated successfully, but these errors were encountered: