Skip to content

Commit 7d572ef

Browse files
committed
Merge branch 'dotty-library' of https://github.com/DarkDimius/scala into dotty-library
2 parents 60c80a0 + b1a9959 commit 7d572ef

File tree

1 file changed

+1
-1
lines changed
  • src/library/scala/collection/immutable

1 file changed

+1
-1
lines changed

src/library/scala/collection/immutable/Set.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ trait Set[A] extends Iterable[A]
4040
}
4141

4242
override def seq: Set[A] = this
43-
protected override def parCombiner = ParSet.newCombiner[A] // if `immutable.SetLike` gets introduced, please move this there!
43+
protected[this] override def parCombiner = ParSet.newCombiner[A] // if `immutable.SetLike` gets introduced, please move this there!
4444
}
4545

4646
/** $factoryInfo

0 commit comments

Comments
 (0)