renamed "throwstmt" to "throw_stmt"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:11 +02:00
parent 5e2c25eacd
commit 4762c9eac8
3 changed files with 4 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ case @stmt.kind of
| 7 = @with_stmt
| 8 = @switch_stmt
| 9 = @return_stmt
| 10 = @throwstmt
| 10 = @throw_stmt
| 11 = @trystmt
| 12 = @whilestmt
| 13 = @dowhilestmt