From 73a93505c432b410ae39fb3c4d6168b2e49832ce Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Wed, 13 May 2015 12:08:27 +0200 Subject: Running rewrite tool on run tests. --- tests/pending/run/t889.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/pending/run/t889.scala') diff --git a/tests/pending/run/t889.scala b/tests/pending/run/t889.scala index c2c173081..f32048819 100644 --- a/tests/pending/run/t889.scala +++ b/tests/pending/run/t889.scala @@ -3,7 +3,7 @@ object Test extends App { val a = List("a") a match { - case Seq("a", "b", rest @ _*) => println("a, b, " + rest) - case Seq(first, rest @ _*) => println("first: " + first + ", rest: " + rest) + case Seq("a", "b", rest : _*) => println("a, b, " + rest) + case Seq(first, rest : _*) => println("first: " + first + ", rest: " + rest) } } -- cgit v1.2.3