renamed "returnstmt" to "return_stmt"

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

View File

@@ -158,7 +158,7 @@ case @stmt.kind of
| 6 = @continue_stmt
| 7 = @with_stmt
| 8 = @switch_stmt
| 9 = @returnstmt
| 9 = @return_stmt
| 10 = @throwstmt
| 11 = @trystmt
| 12 = @whilestmt