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
Detect case where two alternatives are the same after widening ExprTypes (#18787)
In implicit or extension method search we might get two alternatives
that are different but that point to the same singleton type after
widening ExprTypes. In that case we can arbitrarily pick one of them
instead of declaring an ambiguity.
Fixes#18768
0 commit comments