We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8179ecc commit c1ada60Copy full SHA for c1ada60
compiler/src/dotty/tools/dotc/core/Flags.scala
@@ -503,7 +503,7 @@ object Flags {
503
/** Flags that can apply to a module val */
504
final val RetainedModuleValFlags: FlagSet = RetainedModuleValAndClassFlags |
505
Override | Final | Method | Implicit | Lazy |
506
- Accessor | AbsOverride | Stable | Captured | Synchronized
+ Accessor | AbsOverride | Stable | Captured | Synchronized | Inline
507
508
/** Flags that can apply to a module class */
509
final val RetainedModuleClassFlags: FlagSet = RetainedModuleValAndClassFlags | ImplClass | Enum
0 commit comments