File tree 1 file changed +3
-3
lines changed
src/dotty/tools/dotc/core
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import Periods._
13
13
import Flags ._
14
14
import DenotTransformers ._
15
15
import Decorators ._
16
- import transform .Erasure
16
+ import dotc . transform .Erasure
17
17
import printing .Texts ._
18
18
import printing .Printer
19
19
import io .AbstractFile
@@ -495,7 +495,7 @@ object Denotations {
495
495
d.validFor = Period (ctx.period.runId, d.validFor.firstPhaseId, d.validFor.lastPhaseId)
496
496
d = d.nextInRun
497
497
} while (d ne denot)
498
- initial. syncWithParents
498
+ syncWithParents
499
499
case _ =>
500
500
if (coveredInterval.containsPhaseId(ctx.phaseId)) staleSymbolError
501
501
else NoDenotation
@@ -524,7 +524,7 @@ object Denotations {
524
524
assert(false )
525
525
}
526
526
527
- if (valid.runId != currentPeriod.runId) bringForward.current
527
+ if (valid.runId != currentPeriod.runId) initial. bringForward.current
528
528
else {
529
529
var cur = this
530
530
if (currentPeriod.code > valid.code) {
You can’t perform that action at this time.
0 commit comments