summaryrefslogtreecommitdiff
path: root/test/files/run/t4072.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4072.scala')
-rw-r--r--test/files/run/t4072.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t4072.scala b/test/files/run/t4072.scala
index 872072a4ce..bff2e0c7d2 100644
--- a/test/files/run/t4072.scala
+++ b/test/files/run/t4072.scala
@@ -1,5 +1,7 @@
import scala.tools.nsc._
+import scala.language.{ reflectiveCalls }
+
object Test {
class DryRun {
val compiler = new Global(new Settings()) {