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 fbed6cc commit 1ef682eCopy full SHA for 1ef682e
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