renamed "withstmt" to "with_stmt"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:09 +02:00
parent 569c5f19cb
commit 3f47afa595
3 changed files with 4 additions and 4 deletions

View File

@@ -156,7 +156,7 @@ case @stmt.kind of
| 4 = @labeled_stmt
| 5 = @break_stmt
| 6 = @continue_stmt
| 7 = @withstmt
| 7 = @with_stmt
| 8 = @switchstmt
| 9 = @returnstmt
| 10 = @throwstmt