summaryrefslogtreecommitdiff
path: root/test/files/run/t4560.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4560.scala')
-rw-r--r--test/files/run/t4560.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t4560.scala b/test/files/run/t4560.scala
index 9979199067..ee657e47eb 100644
--- a/test/files/run/t4560.scala
+++ b/test/files/run/t4560.scala
@@ -7,6 +7,9 @@
// TEST 1
// self-type is other trait
+
+import scala.language.{ reflectiveCalls }
+
trait Aa
trait Ab