renamed "readonlytypeexpr" to "readonly_typeexpr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:46 +02:00
parent 28fc1d8267
commit a46f1cd070
3 changed files with 3 additions and 3 deletions

View File

@@ -583,7 +583,7 @@ case @typeexpr.kind of
| 33 = @optional_typeexpr
| 34 = @rest_typeexpr
| 35 = @bigint_literal_typeexpr
| 36 = @readonlytypeexpr
| 36 = @readonly_typeexpr
;
@typeref = @typeaccess | @type_decl;