renamed "continuestmt" to "continue_stmt"

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

View File

@@ -155,7 +155,7 @@ case @stmt.kind of
| 3 = @if_stmt
| 4 = @labeled_stmt
| 5 = @break_stmt
| 6 = @continuestmt
| 6 = @continue_stmt
| 7 = @withstmt
| 8 = @switchstmt
| 9 = @returnstmt