mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "forinstmt" to "for_in_stmt"
This commit is contained in:
@@ -164,7 +164,7 @@ case @stmt.kind of
|
||||
| 12 = @while_stmt
|
||||
| 13 = @do_while_stmt
|
||||
| 14 = @for_stmt
|
||||
| 15 = @forinstmt
|
||||
| 15 = @for_in_stmt
|
||||
| 16 = @debuggerstmt
|
||||
| 17 = @functiondeclstmt
|
||||
| 18 = @vardeclstmt
|
||||
|
||||
Reference in New Issue
Block a user