From a79d06ab1fb94ed0ee6a0cec72bd01406483223a Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Fri, 1 Apr 2011 21:03:44 -0400 Subject: [PATCH] temporary fix for #4426 --- compile/interface/CompilerInterface.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/compile/interface/CompilerInterface.scala b/compile/interface/CompilerInterface.scala index 918b3f855..da3d33252 100644 --- a/compile/interface/CompilerInterface.scala +++ b/compile/interface/CompilerInterface.scala @@ -23,6 +23,7 @@ class CompilerInterface val phasesSet = new scala.collection.mutable.HashSet[Any] // 2.7 compatibility object compiler extends Global(command.settings, reporter) { + object dummy // temporary fix for #4426 object sbtAnalyzer extends { val global: compiler.type = compiler