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 bbab0a9 + c8638cf commit aa5ea92Copy full SHA for aa5ea92
library/src/scala/runtime/TupleXXL.scala
@@ -5,7 +5,7 @@ final class TupleXXL private (es: IArray[Object]) extends Product {
5
6
def productElement(n: Int): Any = es(n)
7
def productArity: Int = es.length
8
- override def productPrefix: String = "TupleXXL"
+ override def productPrefix: String = "Tuple"
9
10
override def toString: String =
11
elems.asInstanceOf[Array[Object]].mkString("(", ",", ")")
0 commit comments