renamed "indexedaccesstypeexpr" to "indexed_access_typeexpr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:25 +02:00
parent 52c6ce057d
commit 0c1b1fd836
3 changed files with 3 additions and 3 deletions

View File

@@ -555,7 +555,7 @@ case @typeexpr.kind of
| 5 = @boolean_literal_typeexpr
| 6 = @array_typeexpr
| 7 = @union_typeexpr
| 8 = @indexedaccesstypeexpr
| 8 = @indexed_access_typeexpr
| 9 = @intersectiontypeexpr
| 10 = @parenthesizedtypeexpr
| 11 = @tupletypeexpr