aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Contexts.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/core/Contexts.scala')
-rw-r--r--src/dotty/tools/dotc/core/Contexts.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/Contexts.scala b/src/dotty/tools/dotc/core/Contexts.scala
index 6e089dde6..3eb0f573a 100644
--- a/src/dotty/tools/dotc/core/Contexts.scala
+++ b/src/dotty/tools/dotc/core/Contexts.scala
@@ -259,7 +259,7 @@ object Contexts {
owner = NoSymbol
sstate = settings.defaultState
tree = EmptyTree
- reporter = new ConsoleReporter
+ reporter = new ConsoleReporter()(this)
diagnostics = None
moreProperties = Map.empty
}