mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "foreachstmt" to "for_each_stmt"
This commit is contained in:
@@ -174,7 +174,7 @@ case @stmt.kind of
|
||||
| 22 = @const_decl_stmt
|
||||
| 23 = @let_stmt
|
||||
| 24 = @legacy_let_stmt
|
||||
| 25 = @foreachstmt
|
||||
| 25 = @for_each_stmt
|
||||
| 26 = @classdeclstmt
|
||||
| 27 = @importdeclaration
|
||||
| 28 = @exportalldeclaration
|
||||
|
||||
Reference in New Issue
Block a user