Commit 59dd742
committed
Convert BitSet.toSet
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)(_ ++ _)
^1 parent 562ea83 commit 59dd742
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments