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 e5c566e commit 272af6eCopy full SHA for 272af6e
compat/src/main/scala-2.11_2.12/scala/collection/compat/PackageShared.scala
@@ -360,7 +360,7 @@ private[compat] trait PackageShared {
360
new RandomExtensions(self)
361
}
362
363
-class ArrayExtensions(private val fact: Array.type) extends AnyVal {
+final class ArrayExtensions(private val fact: Array.type) extends AnyVal {
364
def from[A: ClassTag](source: TraversableOnce[A]): Array[A] =
365
source match {
366
case it: Iterable[A] => it.toArray[A]
0 commit comments