Skip to content

Commit cc43c34

Browse files
authored
Merge pull request #3514 from dotty-staging/fix-build
Fix build failure after last merge
2 parents 331245e + 3ebdd0e commit cc43c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Symbols.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ object Symbols {
615615
assert(myTree.isEmpty)
616616
val body = unpickler.body(ctx.addMode(Mode.ReadPositions))
617617
myTree = body.headOption.getOrElse(tpd.EmptyTree)
618-
if (!ctx.settings.tasty.value)
618+
if (!ctx.settings.fromTasty.value)
619619
unpickler = null
620620
}
621621
myTree

0 commit comments

Comments
 (0)