We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ee5f7 commit a06d1a1Copy full SHA for a06d1a1
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