summaryrefslogtreecommitdiff
path: root/test/files/run/t5053.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5053.scala')
-rw-r--r--test/files/run/t5053.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t5053.scala b/test/files/run/t5053.scala
index e46dad5ac6..233edf6780 100644
--- a/test/files/run/t5053.scala
+++ b/test/files/run/t5053.scala
@@ -1,3 +1,6 @@
+
+import scala.language.{ existentials }
+
object Test extends App {
{
val (left, right) = Seq((1, "a"), (1, "a"), (1, "a"), (3, "c")).view.unzip