renamed "forinstmt" to "for_in_stmt"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:15 +02:00
parent 712a6dfccd
commit 454893d234
3 changed files with 4 additions and 4 deletions

View File

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