Skip to content

Commit

Permalink
Add Unused to RetainedModuleValFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki committed Nov 17, 2017
1 parent 4d6e48b commit f7247a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/core/Flags.scala
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ object Flags {
/** Flags that can apply to a module val */
final val RetainedModuleValFlags: FlagSet = RetainedModuleValAndClassFlags |
Override | Final | Method | Implicit | Lazy |
Accessor | AbsOverride | Stable | Captured | Synchronized | Inline
Accessor | AbsOverride | Stable | Captured | Synchronized | Inline | Unused

/** Flags that can apply to a module class */
final val RetainedModuleClassFlags: FlagSet = RetainedModuleValAndClassFlags | ImplClass | Enum
Expand Down

0 comments on commit f7247a2

Please sign in to comment.