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 logic when comparing var/def bindings with val refinements (#18049)
We always widened def to val, which means it made no difference in a
comparison
{ val/var/def x: T } <: { val/def x: T}
which kinds the bindings were. That clearly overlooks something
important.
0 commit comments