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