renamed "foreachstmt" to "for_each_stmt"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:22 +02:00
parent 442d3e5f70
commit 893b743b57
3 changed files with 4 additions and 4 deletions

View File

@@ -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