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 4c36fbb commit 608e855Copy full SHA for 608e855
tests/pos-special/stdlib/collection/ArrayOps.scala
@@ -197,7 +197,7 @@ object ArrayOps {
197
*
198
* @tparam A type of the elements contained in this array.
199
*/
200
-final class ArrayOps[sealed A](private val xs: Array[A]) /*extends AnyVal*/ {
+final class ArrayOps[sealed A](private val xs: Array[A]) extends AnyVal {
201
202
@`inline` private[this] implicit def elemTag: ClassTag[A] = ClassTag(xs.getClass.getComponentType)
203
0 commit comments