summaryrefslogtreecommitdiff
path: root/test/files/run/t1141.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t1141.scala')
-rw-r--r--test/files/run/t1141.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/run/t1141.scala b/test/files/run/t1141.scala
index ee4f2e7fd2..b907b4798f 100644
--- a/test/files/run/t1141.scala
+++ b/test/files/run/t1141.scala
@@ -1,3 +1,7 @@
+
+
+import scala.language.reflectiveCalls
+
object Test extends App {
val foo = new {
def apply(args : String*) = args foreach println