File tree 2 files changed +3
-3
lines changed
compiler/src/dotty/tools/dotc/core 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -734,7 +734,7 @@ object Denotations {
734
734
this
735
735
case _ =>
736
736
if (coveredInterval.containsPhaseId(ctx.phaseId)) {
737
- if (ctx.debug || true ) ctx.traceInvalid(this )
737
+ if (ctx.debug) ctx.traceInvalid(this )
738
738
staleSymbolError
739
739
}
740
740
else NoDenotation
Original file line number Diff line number Diff line change @@ -400,13 +400,13 @@ object Flags {
400
400
final val Scala2ModuleVar = termFlag(57 , " <modulevar>" )
401
401
402
402
/** A Scala 2.12 trait that has been augmented with static members */
403
- final val Scala_2_12_Augmented = typeFlag(57 , " <scala12augmented " )
403
+ final val Scala_2_12_Augmented = typeFlag(57 , " <scala_2_12_augmented> " )
404
404
405
405
/** A definition that's initialized before the super call (Scala 2.x only) */
406
406
final val Scala2PreSuper = termFlag(58 , " <presuper>" )
407
407
408
408
/** A Scala 2.12 or higher trait */
409
- final val Scala_2_12_Trait = typeFlag(58 , " <scala12trait >" )
409
+ final val Scala_2_12_Trait = typeFlag(58 , " <scala_2_12_trait >" )
410
410
411
411
/** A macro (Scala 2.x only) */
412
412
final val Macro = commonFlag(59 , " <macro>" )
You can’t perform that action at this time.
0 commit comments