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
Fix cycle detection for type aliases with wildcard arguments
#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.
Fixes#15507
0 commit comments