Skip to content

Commit 3ebdd0e

Browse files
committed
Fix build failure after last merge
tasty got renamed to fromTasty in 331245e, but tasty was used in 51bc54a which was merged at the same time.
1 parent 331245e commit 3ebdd0e

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)