renamed "seqexpr" to "seq_expr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:53:34 +02:00
parent 05fbb2902e
commit 4c8245036e
3 changed files with 3 additions and 3 deletions

View File

@@ -246,7 +246,7 @@ case @expr.kind of
| 7 = @array_expr
| 8 = @obj_expr
| 9 = @function_expr
| 10 = @seqexpr
| 10 = @seq_expr
| 11 = @conditionalexpr
| 12 = @newexpr
| 13 = @callexpr