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 matches every other override of parCombiner in the library and is
necessary to avoid the following variance issue detected by dotty:
src/library/scala/collection/immutable/Set.scala:41: error: covariant
type A occurs in contravariant position in type
=> scala.collection.parallel.Combiner[A,
scala.collection.parallel.immutable.ParSet[A]] of method parCombiner
0 commit comments