Skip to content

Commit 3b8c54d

Browse files
Remove Macro from FromStartFlags
This flag is set on symbol completion based on other semantic info.
1 parent 79699f2 commit 3b8c54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ object Flags {
441441
Scala2ExistentialCommon, Mutable, Opaque, Touched, JavaStatic,
442442
OuterOrCovariant, LabelOrContravariant, CaseAccessor,
443443
Extension, NonMember, Implicit, Given, Permanent, Synthetic,
444-
SuperAccessorOrScala2x, Inline, Macro)
444+
SuperAccessorOrScala2x, Inline)
445445

446446
/** Flags that are not (re)set when completing the denotation, or, if symbol is
447447
* a top-level class or object, when completing the denotation once the class

0 commit comments

Comments
 (0)