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/t3980.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/pending/run/t3980.scala') diff --git a/tests/pending/run/t3980.scala b/tests/pending/run/t3980.scala index c140176ce..dbe9644ea 100644 --- a/tests/pending/run/t3980.scala +++ b/tests/pending/run/t3980.scala @@ -1,10 +1,10 @@ object A { - def run1 { + def run1: Unit = { lazy val x: Unit = {(); println("once")} x x } - def run2 { + def run2: Unit = { lazy val y: Int = 2 println(y) println(y) @@ -16,4 +16,4 @@ object Test { A.run1 A.run2 } -} \ No newline at end of file +} -- cgit v1.2.3