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
Set#concat: avoid clashing overloads by adding a DummyImplicit
Because Dotty adds mixing forwarders before erasure, classes can end up with
forwarders for both the non-polymorphic and polymorphic concats that
will clash after erasure.
0 commit comments