mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
renamed "enumscope" to "enum_scope"
This commit is contained in:
@@ -1490,7 +1490,7 @@ class MappedTypeScope extends @mapped_type_scope, Scope {
|
||||
* Initializers of enum members are resolved in this scope since they can reference
|
||||
* previously-defined enum members by their unqualified name.
|
||||
*/
|
||||
class EnumScope extends @enumscope, Scope {
|
||||
class EnumScope extends @enum_scope, Scope {
|
||||
override string toString() { result = "enum scope" }
|
||||
}
|
||||
|
||||
|
||||
@@ -423,7 +423,7 @@ case @scope.kind of
|
||||
| 11 = @interface_scope
|
||||
| 12 = @type_alias_scope
|
||||
| 13 = @mapped_type_scope
|
||||
| 14 = @enumscope
|
||||
| 14 = @enum_scope
|
||||
| 15 = @externalmodulescope
|
||||
| 16 = @conditionaltypescope;
|
||||
|
||||
|
||||
@@ -682,7 +682,7 @@
|
||||
<v>11</v>
|
||||
</e>
|
||||
<e>
|
||||
<k>@enumscope</k>
|
||||
<k>@enum_scope</k>
|
||||
<v>252</v>
|
||||
</e>
|
||||
<e>
|
||||
|
||||
Reference in New Issue
Block a user