File tree 1 file changed +2
-2
lines changed
compiler/src/dotty/tools/dotc/core 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -460,15 +460,15 @@ object Flags {
460
460
Scala2ExistentialCommon | Mutable .toCommonFlags | Touched | JavaStatic |
461
461
CovariantOrOuter | ContravariantOrLabel | CaseAccessor .toCommonFlags |
462
462
NonMember | Erroneous | ImplicitCommon | Permanent | Synthetic |
463
- SuperAccessorOrScala2x | Inline
463
+ SuperAccessorOrScala2x
464
464
465
465
/** Flags that are not (re)set when completing the denotation, or, if symbol is
466
466
* a top-level class or object, when completing the denotation once the class
467
467
* file defining the symbol is loaded (which is generally before the denotation
468
468
* is completed)
469
469
*/
470
470
final val AfterLoadFlags =
471
- FromStartFlags | AccessFlags | Final | AccessorOrSealed | LazyOrTrait | SelfNameOrImplClass
471
+ FromStartFlags | AccessFlags | AccessorOrSealed | LazyOrTrait | SelfNameOrImplClass
472
472
473
473
assert(FromStartFlags .isTermFlags && FromStartFlags .isTypeFlags)
474
474
// TODO: Should check that FromStartFlags do not change in completion
You can’t perform that action at this time.
0 commit comments