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 b907b4798f..732c57943c 100644
--- a/test/files/run/t1141.scala
+++ b/test/files/run/t1141.scala
@@ -6,6 +6,6 @@ object Test extends App {
val foo = new {
def apply(args : String*) = args foreach println
}
-
+
foo("var", "args")
}