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
13469.scala is quite weird because the RemoveStrict type relies on type
evaluation order. With this change, the type arguments of *: are always
normalized and we run into a non-reducible match type every time. So
that definition is just fundamentally broken since it's only well
defined with an infinite list.
0 commit comments