summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/Global.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/tools/nsc/Global.scala')
-rw-r--r--src/compiler/scala/tools/nsc/Global.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/Global.scala b/src/compiler/scala/tools/nsc/Global.scala
index e8d72fb88d..3e1ce5bf50 100644
--- a/src/compiler/scala/tools/nsc/Global.scala
+++ b/src/compiler/scala/tools/nsc/Global.scala
@@ -150,6 +150,8 @@ class Global(val settings: Settings, val reporter: Reporter) extends SymbolTable
def rootLoader: LazyType = new loaders.PackageLoader(classPath.getRoot());
+ val migrateMsg = "migration problem when moving from Scala version 1.0 to version 2.0:\n";
+
// Phases ------------------------------------------------------------
var globalPhase: Phase = NoPhase;