mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "interfacescope" to "interface_scope"
This commit is contained in:
@@ -1464,7 +1464,7 @@ class EnumMember extends ASTNode, @enum_member {
|
|||||||
*
|
*
|
||||||
* Interfaces that do not declare type parameters have no scope object.
|
* Interfaces that do not declare type parameters have no scope object.
|
||||||
*/
|
*/
|
||||||
class InterfaceScope extends @interfacescope, Scope {
|
class InterfaceScope extends @interface_scope, Scope {
|
||||||
override string toString() { result = "interface scope" }
|
override string toString() { result = "interface scope" }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -420,7 +420,7 @@ case @scope.kind of
|
|||||||
| 8 = @class_expr_scope
|
| 8 = @class_expr_scope
|
||||||
| 9 = @namespace_scope
|
| 9 = @namespace_scope
|
||||||
| 10 = @class_decl_scope
|
| 10 = @class_decl_scope
|
||||||
| 11 = @interfacescope
|
| 11 = @interface_scope
|
||||||
| 12 = @typealiasscope
|
| 12 = @typealiasscope
|
||||||
| 13 = @mappedtypescope
|
| 13 = @mappedtypescope
|
||||||
| 14 = @enumscope
|
| 14 = @enumscope
|
||||||
|
|||||||
@@ -674,7 +674,7 @@
|
|||||||
<v>2693</v>
|
<v>2693</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
<k>@interfacescope</k>
|
<k>@interface_scope</k>
|
||||||
<v>200</v>
|
<v>200</v>
|
||||||
</e>
|
</e>
|
||||||
<e>
|
<e>
|
||||||
|
|||||||
Reference in New Issue
Block a user