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
Strengthen overloading resolution to deal with extension methods
If resolving with the first parameter list yields a draw, and there are
further argument lists following the first one, take these into account
as well in order to arrive at a single best alternative.
This is particularly useful for extension methods, where we might
well have several overloaded extension methods with the same first
parameter list.
0 commit comments