We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6e48b commit f7247a2Copy full SHA for f7247a2
compiler/src/dotty/tools/dotc/core/Flags.scala
@@ -508,7 +508,7 @@ object Flags {
508
/** Flags that can apply to a module val */
509
final val RetainedModuleValFlags: FlagSet = RetainedModuleValAndClassFlags |
510
Override | Final | Method | Implicit | Lazy |
511
- Accessor | AbsOverride | Stable | Captured | Synchronized | Inline
+ Accessor | AbsOverride | Stable | Captured | Synchronized | Inline | Unused
512
513
/** Flags that can apply to a module class */
514
final val RetainedModuleClassFlags: FlagSet = RetainedModuleValAndClassFlags | ImplClass | Enum
0 commit comments