File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
compiler/src/dotty/tools/dotc/core Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -798,8 +798,6 @@ object Denotations {
798
798
assert(! d.is(Package ), s " illegal transformation of package denotation by transformer $transformer" )
799
799
case _ =>
800
800
801
- def escapeToNext = nextDefined.ensuring(_.validFor != Nowhere )
802
-
803
801
def toNewRun =
804
802
util.Stats .record(" current.bringForward" )
805
803
if exists then initial.bringForward().current else this
@@ -874,7 +872,7 @@ object Denotations {
874
872
// can happen if we sit on a stale denotation which has been replaced
875
873
// wholesale by an installAfter; in this case, proceed to the next
876
874
// denotation and try again.
877
- escapeToNext
875
+ nextDefined
878
876
else if valid.runId != currentPeriod.runId then
879
877
toNewRun
880
878
else if currentPeriod.code > valid.code then
You can’t perform that action at this time.
0 commit comments