@@ -378,9 +378,6 @@ object Flags {
378378 /** Denotation is in train of being loaded and completed, used to catch cyclic dependencies */
379379 final val Touched = commonFlag(48 , " <touched>" )
380380
381- /** An error symbol */
382- final val Erroneous = commonFlag(50 , " <is-error>" )
383-
384381 /** Class has been lifted out to package level, local value has been lifted out to class level */
385382 final val Lifted = commonFlag(51 , " <lifted>" )
386383
@@ -459,7 +456,7 @@ object Flags {
459456 Module | Package | Deferred | MethodOrHKCommon | Param | ParamAccessor .toCommonFlags |
460457 Scala2ExistentialCommon | Mutable .toCommonFlags | Touched | JavaStatic |
461458 CovariantOrOuter | ContravariantOrLabel | CaseAccessor .toCommonFlags |
462- NonMember | Erroneous | ImplicitCommon | Permanent | Synthetic |
459+ NonMember | ImplicitCommon | Permanent | Synthetic |
463460 SuperAccessorOrScala2x | Inline
464461
465462 /** Flags that are not (re)set when completing the denotation, or, if symbol is
@@ -511,7 +508,7 @@ object Flags {
511508 final val RetainedModuleValAndClassFlags : FlagSet =
512509 AccessFlags | Package | Case |
513510 Synthetic | JavaDefined | JavaStatic | Artifact |
514- Erroneous | Lifted | MixedIn | Specialized
511+ Lifted | MixedIn | Specialized
515512
516513 /** Flags that can apply to a module val */
517514 final val RetainedModuleValFlags : FlagSet = RetainedModuleValAndClassFlags |
0 commit comments