renamed "forstmt" to "for_stmt"

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

View File

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