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
Drop lazy recursive application in approximateParent (#16073)
This plays badly with any code that inspects bounds deeply when creating
constraints
since the LazyRefs create new type variables at unexpected times.
Instead, create
the type variables first with empty bounds of the right kind and then
add
the bounds to the constraint using subtype tests.
0 commit comments