summaryrefslogtreecommitdiff
path: root/test/files/run/t6969.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6969.scala')
-rw-r--r--test/files/run/t6969.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/t6969.scala b/test/files/run/t6969.scala
index 8cfc28c1e5..c4561b4424 100644
--- a/test/files/run/t6969.scala
+++ b/test/files/run/t6969.scala
@@ -1,3 +1,7 @@
+
+
+import scala.language.{ reflectiveCalls }
+
object Test {
private type Clearable = { def clear(): Unit }
private def choke() = {