From e7ab2f4a978e244cdd4c8c03170caa2a44c7adea Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sun, 24 Feb 2013 22:35:56 +0100 Subject: Be explicit about empty param list calls. With the exception of toString and the odd JavaBean getter. --- src/compiler/scala/tools/nsc/Main.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/scala/tools/nsc/Main.scala') diff --git a/src/compiler/scala/tools/nsc/Main.scala b/src/compiler/scala/tools/nsc/Main.scala index c3c919fae4..27132f3c51 100644 --- a/src/compiler/scala/tools/nsc/Main.scala +++ b/src/compiler/scala/tools/nsc/Main.scala @@ -38,7 +38,7 @@ object Main extends Driver with EvalLoop { case Some(ex) => reporter.cancelled = true // Causes exit code to be non-0 case None => reporter.reset() // Causes other compiler errors to be ignored } - askShutdown + askShutdown() false } else true -- cgit v1.2.3