From d2767983aa4aeb9caccfd56273a1ac93e576bb4a Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 14 Mar 2013 09:53:30 +0100 Subject: Various fixes that make loadDef largely work. Only problem is that there are stubs for AnyRef generated. --- src/dotty/tools/dotc/core/Contexts.scala | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/dotty/tools/dotc/core/Contexts.scala') diff --git a/src/dotty/tools/dotc/core/Contexts.scala b/src/dotty/tools/dotc/core/Contexts.scala index fd2ce2251..d2b41b9a3 100644 --- a/src/dotty/tools/dotc/core/Contexts.scala +++ b/src/dotty/tools/dotc/core/Contexts.scala @@ -334,6 +334,11 @@ object Contexts { // Printers state /** Number of recursive invocations of a show method on cuyrrent stack */ private[core] var showRecursions = 0 + + // Reporters state + private[dotc] var indent = 0 + + protected[dotc] val indentTab = " " } object Context { -- cgit v1.2.3