@@ -462,7 +462,7 @@ object Flags {
462462
463463 /** Flags representing source modifiers */
464464 private val CommonSourceModifierFlags : FlagSet =
465- commonFlags(Private , Protected , Final , Case , Implicit , Implied , Given , Override , JavaStatic )
465+ commonFlags(Private , Protected , Final , Case , ImplicitOrImpliedOrGiven , Override , JavaStatic )
466466
467467 final val TypeSourceModifierFlags : FlagSet =
468468 CommonSourceModifierFlags .toTypeFlags | Abstract | Sealed | Opaque
@@ -487,7 +487,7 @@ object Flags {
487487 HigherKinded .toCommonFlags | Param | ParamAccessor .toCommonFlags |
488488 Scala2ExistentialCommon | MutableOrOpaque | Touched | JavaStatic |
489489 CovariantOrOuter | ContravariantOrLabel | CaseAccessor .toCommonFlags |
490- Extension .toCommonFlags | NonMember | Implicit | Given | Implied | Permanent | Synthetic |
490+ Extension .toCommonFlags | NonMember | ImplicitOrImpliedOrGiven | Permanent | Synthetic |
491491 SuperAccessorOrScala2x | Inline
492492
493493 /** Flags that are not (re)set when completing the denotation, or, if symbol is
@@ -543,7 +543,7 @@ object Flags {
543543
544544 /** Flags that can apply to a module val */
545545 final val RetainedModuleValFlags : FlagSet = RetainedModuleValAndClassFlags |
546- Override | Final | Method | Implicit | Implied | Lazy |
546+ Override | Final | Method | ImplicitOrImplied | Lazy |
547547 Accessor | AbsOverride | StableRealizable | Captured | Synchronized | Erased
548548
549549 /** Flags that can apply to a module class */
0 commit comments