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.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t1141.scala b/test/files/run/t1141.scala
index 9641343c7e..ee4f2e7fd2 100644
--- a/test/files/run/t1141.scala
+++ b/test/files/run/t1141.scala
@@ -2,6 +2,6 @@ object Test extends App {
val foo = new {
def apply(args : String*) = args foreach println
}
-
+
foo("var", "args")
}