Skip to content

Commit 5fea7ed

Browse files
committed
Fix repltest
1 parent bb7c8e2 commit 5fea7ed

File tree

1 file changed

+2
-1
lines changed
  • compiler/test-resources/repl

1 file changed

+2
-1
lines changed

compiler/test-resources/repl/i5218

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ val tuple: (Int, String, Long) = (1,2,3)
33
scala> 0.0 *: tuple
44
val res0: (Double, Int, String, Long) = (0.0,1,2,3)
55
scala> tuple ++ tuple
6-
val res1: Int *: scala.Tuple.Concat[(String, Long), tuple.type] = (1,2,3,1,2,3)
6+
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

Comments
 (0)