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 d27b1a5 commit 76f76fdCopy full SHA for 76f76fd
compat/src/main/scala-2.11_2.12/scala/collection/compat/immutable/ArraySeq.scala
@@ -34,7 +34,10 @@ import scala.util.hashing.MurmurHash3
34
* @define mayNotTerminateInf
35
* @define willNotTerminateInf
36
*/
37
-abstract class ArraySeq[+T] extends AbstractSeq[T] with IndexedSeq[T] with IndexedSeqOptimized[T, ArraySeq[T]] {
+abstract class ArraySeq[+T]
38
+ extends AbstractSeq[T]
39
+ with IndexedSeq[T]
40
+ with IndexedSeqOptimized[T, ArraySeq[T]] {
41
42
override protected[this] def thisCollection: ArraySeq[T] = this
43
0 commit comments