mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
renamed "globalscope" to "global_scope"
This commit is contained in:
@@ -409,7 +409,7 @@ scopes (unique int id: @scope,
|
||||
int kind: int ref);
|
||||
|
||||
case @scope.kind of
|
||||
0 = @globalscope
|
||||
0 = @global_scope
|
||||
| 1 = @functionscope
|
||||
| 2 = @catchscope
|
||||
| 3 = @modulescope
|
||||
|
||||
Reference in New Issue
Block a user