summaryrefslogtreecommitdiff
path: root/test/files/run/t5610.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5610.scala')
-rw-r--r--test/files/run/t5610.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5610.scala b/test/files/run/t5610.scala
index f62b2df6b4..82dabcc59f 100644
--- a/test/files/run/t5610.scala
+++ b/test/files/run/t5610.scala
@@ -20,7 +20,7 @@ object Test {
val f: (String, Int*) => Unit = m(2, 3)
f("", 5, 6)
}
-
+
def foo(s: => String)(dummy: Int) = () => println(s)
def m(a: Int*)(z: String, b: Int*) {