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
This commit fixes a bug found in implementing ScalaTest macros, where `findMember("===")` returns 3
difference single denotations, but `alternatives.map(_.termRef)` returns 3
types of which the last 2 are the same. This causes an assertion failure in overloading resolution.
Unfortunately we are unable to create a minimized test.
0 commit comments