Skip to content

Commit 6b983e3

Browse files
committed
Make Synthetic a FormStart flag.
Not needed in the end for this patch, but anyway a good idea.
1 parent 9daf976 commit 6b983e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/core/Flags.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ object Flags {
448448
final val FromStartFlags =
449449
AccessFlags | Module | Package | Deferred | Final | MethodOrHKCommon | Param | ParamAccessor | Scala2ExistentialCommon |
450450
InSuperCall | Touched | JavaStatic | CovariantOrOuter | ContravariantOrLabel | ExpandedName | AccessorOrSealed |
451-
CaseAccessorOrBaseTypeArg | Fresh | Frozen | Erroneous | ImplicitCommon | Permanent |
451+
CaseAccessorOrBaseTypeArg | Fresh | Frozen | Erroneous | ImplicitCommon | Permanent | Synthetic |
452452
LazyOrTrait | SuperAccessorOrScala2x | SelfNameOrImplClass
453453

454454
assert(FromStartFlags.isTermFlags && FromStartFlags.isTypeFlags)

0 commit comments

Comments
 (0)