We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11476d1 commit 291656cCopy full SHA for 291656c
compiler/src/dotty/tools/dotc/Compiler.scala
@@ -129,7 +129,7 @@ class Compiler {
129
val start = bootstrap.fresh
130
.setOwner(defn.RootClass)
131
.setTyper(new Typer)
132
- .setMode(Mode.ImplicitsEnabled)
+ .addMode(Mode.ImplicitsEnabled)
133
.setTyperState(new MutableTyperState(ctx.typerState, ctx.typerState.reporter, isCommittable = true))
134
.setFreshNames(new FreshNameCreator.Default)
135
ctx.initialize()(start) // re-initialize the base context with start
0 commit comments