mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
renamed "forinscope" to "for_in_scope"
This commit is contained in:
@@ -415,7 +415,7 @@ case @scope.kind of
|
||||
| 3 = @module_scope
|
||||
| 4 = @block_scope
|
||||
| 5 = @for_scope
|
||||
| 6 = @forinscope // for-of scopes work the same as for-in scopes
|
||||
| 6 = @for_in_scope // for-of scopes work the same as for-in scopes
|
||||
| 7 = @comprehensionblockscope
|
||||
| 8 = @classexprscope
|
||||
| 9 = @namespacescope
|
||||
|
||||
Reference in New Issue
Block a user