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.
2 parents 5674a46 + 1ef682e commit 1d24b19Copy full SHA for 1d24b19
compiler/src/dotty/tools/dotc/fromtasty/TASTYCompiler.scala
@@ -19,6 +19,6 @@ class TASTYCompiler extends Compiler {
19
20
override def newRun(implicit ctx: Context): Run = {
21
reset()
22
- new TASTYRun(this, ctx)
+ new TASTYRun(this, ctx.addMode(Mode.ReadPositions))
23
}
24
0 commit comments