We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df045c commit 61d0aadCopy full SHA for 61d0aad
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -2459,6 +2459,7 @@ object Types extends TypeUtils {
2459
if (sym.isValidInCurrentRun) sym else denot.symbol
2460
case name =>
2461
(if (denotationIsCurrent) lastDenotation.asInstanceOf[Denotation] else denot).symbol
2462
+ if checkedPeriod.code != NowhereCode then checkedPeriod = ctx.period
2463
result
2464
2465
/** There is a denotation computed which is valid (somewhere in) the
0 commit comments