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 @@ -454,15 +454,15 @@ object Flags {
454
454
/** Flags representing access rights */
455
455
final val AccessFlags = Private | Protected | Local
456
456
457
- /** Flags guaranteed to be set upon symbol creation */
457
+ /** Flags guaranteed to be set without completing the denotation */
458
458
final val FromStartFlags =
459
459
Module | Package | Deferred | MethodOrHKCommon | Param | ParamAccessor .toCommonFlags |
460
460
Scala2ExistentialCommon | Mutable .toCommonFlags | Touched | JavaStatic |
461
461
CovariantOrOuter | ContravariantOrLabel | CaseAccessor .toCommonFlags |
462
462
NonMember | Erroneous | ImplicitCommon | Permanent | Synthetic |
463
463
SuperAccessorOrScala2x | Inline
464
464
465
- /** Flags guaranteed to be set upon symbol creation , or, if symbol is a top-level
465
+ /** Flags guaranteed to be set without completing the denotation , or, if symbol is a top-level
466
466
* class or object, when the class file defining the symbol is loaded (which
467
467
* is generally before the symbol is completed
468
468
*/
You can’t perform that action at this time.
0 commit comments