aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t5610.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t5610.scala')
-rw-r--r--tests/pending/run/t5610.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t5610.scala b/tests/pending/run/t5610.scala
index 82dabcc59..3659c69f0 100644
--- a/tests/pending/run/t5610.scala
+++ b/tests/pending/run/t5610.scala
@@ -23,7 +23,7 @@ object Test {
def foo(s: => String)(dummy: Int) = () => println(s)
- def m(a: Int*)(z: String, b: Int*) {
+ def m(a: Int*)(z: String, b: Int*): Unit = {
println(a.toList)
println(b.toList)
}