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