renamed "resttypeexpr" to "rest_typeexpr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:45 +02:00
parent 584901e8af
commit bb78c3e759
3 changed files with 3 additions and 3 deletions

View File

@@ -581,7 +581,7 @@ case @typeexpr.kind of
| 31 = @import_namespace_access
| 32 = @import_var_type_access
| 33 = @optional_typeexpr
| 34 = @resttypeexpr
| 34 = @rest_typeexpr
| 35 = @bigintliteraltypeexpr
| 36 = @readonlytypeexpr
;