summaryrefslogtreecommitdiff
path: root/test/files/run/t0528.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t0528.scala')
-rw-r--r--test/files/run/t0528.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t0528.scala b/test/files/run/t0528.scala
index a76f602ed3..68a9975173 100644
--- a/test/files/run/t0528.scala
+++ b/test/files/run/t0528.scala
@@ -1,3 +1,5 @@
+
+import scala.language.{ existentials }
trait Sequ[A] {
def toArray: Array[T forSome {type T <: A}]
}