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
Note: it would be cleaner to use a bounded wildcard:
def intersect(that: Set[_ >: A]): C
Unfortunately that would result in worse type inference, see
scala/bug#10920
0 commit comments