renamed "labeledstmt" to "labeled_stmt"

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

View File

@@ -153,7 +153,7 @@ case @stmt.kind of
| 1 = @block_stmt
| 2 = @expr_stmt
| 3 = @if_stmt
| 4 = @labeledstmt
| 4 = @labeled_stmt
| 5 = @breakstmt
| 6 = @continuestmt
| 7 = @withstmt