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 62fbcf6 + 7e68ff2 commit 9c8c80dCopy full SHA for 9c8c80d
corpus/vector/e3df10a/Vector.scala
@@ -74,7 +74,7 @@ final class Vector[+A] private[immutable] (private[collection] val startIndex: I
74
75
def length: Int = endIndex - startIndex
76
77
- override def lengthCompare(len: Int): Int = length - len
+ private def lengthCompare0(len: Int): Int = length - len
78
79
private[collection] def initIterator[B >: A](s: VectorIterator[B]): Unit = {
80
s.initFrom(this)
0 commit comments