summaryrefslogtreecommitdiff
path: root/test/files/run/t3425.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t3425.scala')
-rw-r--r--test/files/run/t3425.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t3425.scala b/test/files/run/t3425.scala
index 6505ee6e24..c61d1071a5 100644
--- a/test/files/run/t3425.scala
+++ b/test/files/run/t3425.scala
@@ -1,3 +1,4 @@
+import scala.language.reflectiveCalls
object Other {
abstract class Foo {
type R1 <: { def x: Any }