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 2d87057 + 1071d0c commit a21253fCopy full SHA for a21253f
src/library/scala/collection/immutable/Vector.scala
@@ -59,7 +59,7 @@ object Vector extends IndexedSeqFactory[Vector] {
59
* @define mayNotTerminateInf
60
* @define willNotTerminateInf
61
*/
62
-final class Vector[+A](private[collection] val startIndex: Int, private[collection] val endIndex: Int, focus: Int)
+final class Vector[+A] private[immutable] (private[collection] val startIndex: Int, private[collection] val endIndex: Int, focus: Int)
63
extends AbstractSeq[A]
64
with IndexedSeq[A]
65
with GenericTraversableTemplate[A, Vector]
0 commit comments