summaryrefslogtreecommitdiff
path: root/test/files/run/t2318.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2318.scala')
-rw-r--r--test/files/run/t2318.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t2318.scala b/test/files/run/t2318.scala
index 47d083eb9d..d7fd9fdd41 100644
--- a/test/files/run/t2318.scala
+++ b/test/files/run/t2318.scala
@@ -1,5 +1,7 @@
import java.security._
+import scala.language.{ reflectiveCalls }
+
object Test {
trait Bar { def bar: Unit }