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 9be2e2f43..0d6e341a6 100644
--- a/src/dotty/tools/dotc/core/Contexts.scala
+++ b/src/dotty/tools/dotc/core/Contexts.scala
@@ -361,7 +361,7 @@ object Contexts {
* compiler run.
*/
class ContextBase extends ContextState
- with Transformers.TransformerBase
+ with DenotTransformers.DenotTransformerBase
with Denotations.DenotationsBase
with Phases.PhasesBase {