Skip to content

Commit d64d0a0

Browse files
committed
Fix typo
1 parent 157c8dc commit d64d0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TreeUnpickler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ class TreeUnpickler(reader: TastyReader, tastyName: TastyName.Table, posUnpickle
733733
// no longer necessary.
734734
goto(end)
735735
setPos(start, tree)
736-
ta.avoidPrivateLeaks(sym, tree.pos)
736+
sym.info = ta.avoidPrivateLeaks(sym, tree.pos)
737737
tree
738738
}
739739

0 commit comments

Comments
 (0)