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 331245e + 3ebdd0e commit cc43c34Copy full SHA for cc43c34
compiler/src/dotty/tools/dotc/core/Symbols.scala
@@ -615,7 +615,7 @@ object Symbols {
615
assert(myTree.isEmpty)
616
val body = unpickler.body(ctx.addMode(Mode.ReadPositions))
617
myTree = body.headOption.getOrElse(tpd.EmptyTree)
618
- if (!ctx.settings.tasty.value)
+ if (!ctx.settings.fromTasty.value)
619
unpickler = null
620
}
621
myTree
0 commit comments