You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scala#15507 escaped the cycle detector since when the right hand side was typechecked,
the type constructor _NestedSet2's type was `[X] <: Any` and the constructor was marked Provisional.
Fixesscala#15507
Compiler version
3.2.0-RC1
Minimized code
Output
Compiles, but reduces the right hand side to
Set[Any]
.Expectation
Definition should be rejected since it contains a cycle.
The text was updated successfully, but these errors were encountered: