summaryrefslogtreecommitdiff
path: root/test/files/run/t4317/S_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4317/S_1.scala')
-rw-r--r--test/files/run/t4317/S_1.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t4317/S_1.scala b/test/files/run/t4317/S_1.scala
index 2de408268c..2756c879eb 100644
--- a/test/files/run/t4317/S_1.scala
+++ b/test/files/run/t4317/S_1.scala
@@ -1,3 +1,5 @@
+import language.existentials
+
object S_1 {
def foo1(x: Class[_ <: AnyRef]) = 0
def foo2(x: Class[_ <: AnyRef], y: Int) = 99