File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
compiler/src/dotty/tools/dotc/core Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -403,6 +403,9 @@ object Flags {
403
403
final val Scala2ExistentialCommon : FlagSet = commonFlag(55 , " <existential>" )
404
404
final val Scala2Existential : FlagSet = Scala2ExistentialCommon .toTypeFlags
405
405
406
+ /** Children were queried on this class */
407
+ final val ChildrenQueried = typeFlag(56 , " <children-queried>" )
408
+
406
409
/** A module variable (Scala 2.x only) */
407
410
final val Scala2ModuleVar : FlagSet = termFlag(57 , " <modulevar>" )
408
411
@@ -462,7 +465,7 @@ object Flags {
462
465
463
466
/** Flags that are not (re)set when completing the denotation */
464
467
final val FromStartFlags : FlagSet =
465
- Module | Package | Deferred | Method .toCommonFlags |
468
+ Module | Package | Deferred | Method .toCommonFlags | Case |
466
469
HigherKinded .toCommonFlags | Param | ParamAccessor .toCommonFlags |
467
470
Scala2ExistentialCommon | MutableOrOpaque | Touched | JavaStatic |
468
471
CovariantOrOuter | ContravariantOrLabel | CaseAccessor .toCommonFlags |
You can’t perform that action at this time.
0 commit comments