Skip to content

Commit 71d58e9

Browse files
committed
Drop Fresh in mapSymbols
1 parent 2d09c71 commit 71d58e9

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
@@ -348,7 +348,7 @@ trait Symbols { this: Context =>
348348
copy.denot = odenot.copySymDenotation(
349349
symbol = copy,
350350
owner = ttmap1.mapOwner(odenot.owner),
351-
initFlags = odenot.flags &~ Touched | Fresh,
351+
initFlags = odenot.flags &~ Touched,// | Fresh,
352352
info = completer,
353353
privateWithin = ttmap1.mapOwner(odenot.privateWithin), // since this refers to outer symbols, need not include copies (from->to) in ownermap here.
354354
annotations = odenot.annotations)

0 commit comments

Comments
 (0)