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
In the same way that when instantiating a type variable to `A | B` we
first try to replace the union type by a non-union upper bound, we now
also try to widen `[X] =>> A | B` to a type lambda whose body is not a
union.
0 commit comments