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
The two pass approach was originally introduced in
295c981 to lower the priority of
implicit conversions, but just a month later in
6253125 a similar two pass approach was
used to call resolveOverloaded which itself calls narrowByTrees,
rendering the first commit moot.
Therefore, we can just remove this first pass and all associated code
without affecting anything.
0 commit comments