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/PhaseAssembly.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/scala/tools/nsc/PhaseAssembly.scala') diff --git a/src/compiler/scala/tools/nsc/PhaseAssembly.scala b/src/compiler/scala/tools/nsc/PhaseAssembly.scala index 67dc1e3b66..ae71eb7255 100644 --- a/src/compiler/scala/tools/nsc/PhaseAssembly.scala +++ b/src/compiler/scala/tools/nsc/PhaseAssembly.scala @@ -165,7 +165,7 @@ trait PhaseAssembly { } else { val promote = hl.to.before.filter(e => (!e.hard)) - hl.to.before.clear + hl.to.before.clear() sanity foreach (edge => hl.to.before += edge) for (edge <- promote) { rerun = true -- cgit v1.2.3