renamed "switchstmt" to "switch_stmt"

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

View File

@@ -157,7 +157,7 @@ case @stmt.kind of
| 5 = @break_stmt
| 6 = @continue_stmt
| 7 = @with_stmt
| 8 = @switchstmt
| 8 = @switch_stmt
| 9 = @returnstmt
| 10 = @throwstmt
| 11 = @trystmt