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 9daf976 commit 6b983e3Copy full SHA for 6b983e3
src/dotty/tools/dotc/core/Flags.scala
@@ -448,7 +448,7 @@ object Flags {
448
final val FromStartFlags =
449
AccessFlags | Module | Package | Deferred | Final | MethodOrHKCommon | Param | ParamAccessor | Scala2ExistentialCommon |
450
InSuperCall | Touched | JavaStatic | CovariantOrOuter | ContravariantOrLabel | ExpandedName | AccessorOrSealed |
451
- CaseAccessorOrBaseTypeArg | Fresh | Frozen | Erroneous | ImplicitCommon | Permanent |
+ CaseAccessorOrBaseTypeArg | Fresh | Frozen | Erroneous | ImplicitCommon | Permanent | Synthetic |
452
LazyOrTrait | SuperAccessorOrScala2x | SelfNameOrImplClass
453
454
assert(FromStartFlags.isTermFlags && FromStartFlags.isTypeFlags)
0 commit comments