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 f2e171a commit 037727aCopy full SHA for 037727a
compiler/test-resources/repl/i5218
@@ -3,5 +3,4 @@ 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 *: String *: Long *:
7
- scala.Tuple.Concat[EmptyTuple.type, tuple.type] = (1,2,3,1,2,3)
+val res1: Int *: String *: Long *: tuple.type = (1,2,3,1,2,3)
0 commit comments