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.
1 parent 62fbcf6 commit 7e68ff2Copy full SHA for 7e68ff2
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