summaryrefslogtreecommitdiff
path: root/test/files/run/t6443.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6443.scala')
-rw-r--r--test/files/run/t6443.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t6443.scala b/test/files/run/t6443.scala
index 67fe2cab22..3ab8c345fe 100644
--- a/test/files/run/t6443.scala
+++ b/test/files/run/t6443.scala
@@ -1,3 +1,5 @@
+import scala.language.existentials
+
class Base
class Derived extends Base