summaryrefslogtreecommitdiff
path: root/test/files/run/t1766.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1766.scala')
-rw-r--r--test/files/run/t1766.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t1766.scala b/test/files/run/t1766.scala
index 2afd883755..7d12451092 100644
--- a/test/files/run/t1766.scala
+++ b/test/files/run/t1766.scala
@@ -1,3 +1,6 @@
+
+import scala.language.{ reflectiveCalls }
+
object Test extends App {
class C(s: String) {