renamed "breakstmt" to "break_stmt"

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

View File

@@ -154,7 +154,7 @@ case @stmt.kind of
| 2 = @expr_stmt
| 3 = @if_stmt
| 4 = @labeled_stmt
| 5 = @breakstmt
| 5 = @break_stmt
| 6 = @continuestmt
| 7 = @withstmt
| 8 = @switchstmt