renamed "trystmt" to "try_stmt"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:12 +02:00
parent 4762c9eac8
commit f749d46fe8
3 changed files with 4 additions and 4 deletions

View File

@@ -160,7 +160,7 @@ case @stmt.kind of
| 8 = @switch_stmt
| 9 = @return_stmt
| 10 = @throw_stmt
| 11 = @trystmt
| 11 = @try_stmt
| 12 = @whilestmt
| 13 = @dowhilestmt
| 14 = @forstmt