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
Fix compiler error with Scala 2.13 collections rewrite:
ambiguous reference to overloaded definition,
both method map in trait StrictOptimizedIterableOps of type [B](f: Int => B)scala.collection.immutable.Set[B]
and method map in trait SortedSetOps of type [B](f: Int => B)(implicit evidence$4: Ordering[B])scala.collection.immutable.SortedSet[B]
match argument types (Int => scala.collection.immutable.BitSet)
(Q map f).foldLeft(immutable.BitSet.empty)(_ ++ _)
^
0 commit comments