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 bb7c8e2 commit 5fea7edCopy full SHA for 5fea7ed
compiler/test-resources/repl/i5218
@@ -3,4 +3,5 @@ val tuple: (Int, String, Long) = (1,2,3)
3
scala> 0.0 *: tuple
4
val res0: (Double, Int, String, Long) = (0.0,1,2,3)
5
scala> tuple ++ tuple
6
-val res1: Int *: scala.Tuple.Concat[(String, Long), tuple.type] = (1,2,3,1,2,3)
+val res1: Int *: String *: Long *:
7
+ scala.Tuple.Concat[scala.Tuple$package.EmptyTuple.type, tuple.type] = (1,2,3,1,2,3)
0 commit comments