renamed "arraytypeexpr" to "array_typeexpr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:23 +02:00
parent 8b7d37ef9d
commit 2b822a56ff
3 changed files with 3 additions and 3 deletions

View File

@@ -553,7 +553,7 @@ case @typeexpr.kind of
| 3 = @string_literal_typeexpr
| 4 = @number_literal_typeexpr
| 5 = @boolean_literal_typeexpr
| 6 = @arraytypeexpr
| 6 = @array_typeexpr
| 7 = @uniontypeexpr
| 8 = @indexedaccesstypeexpr
| 9 = @intersectiontypeexpr