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#3781: Eligibility checks should ignore SingletonType
When checking an implicit conversion for eligibility we should ignore any
SingletonType upper bounds in its argument. This give rise to false negatives
because we check against the underlying type when determining eligibility.
0 commit comments