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/t4415.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/pending/run/t4415.scala') diff --git a/tests/pending/run/t4415.scala b/tests/pending/run/t4415.scala index caf1609b9..33d390869 100644 --- a/tests/pending/run/t4415.scala +++ b/tests/pending/run/t4415.scala @@ -12,7 +12,7 @@ */ object Test { - def main(args: Array[String]) { + def main(args: Array[String]): Unit = { convert(new SubclassProperty) } @@ -83,4 +83,4 @@ object SecondMatch { def apply(prop: MyProp[String]) : SecondProperty = { new SecondProperty() } -} \ No newline at end of file +} -- cgit v1.2.3