We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60c80a0 + b1a9959 commit 7d572efCopy full SHA for 7d572ef
src/library/scala/collection/immutable/Set.scala
@@ -40,7 +40,7 @@ trait Set[A] extends Iterable[A]
40
}
41
42
override def seq: Set[A] = this
43
- protected override def parCombiner = ParSet.newCombiner[A] // if `immutable.SetLike` gets introduced, please move this there!
+ protected[this] override def parCombiner = ParSet.newCombiner[A] // if `immutable.SetLike` gets introduced, please move this there!
44
45
46
/** $factoryInfo
0 commit comments