renamed "parenthesizedtypeexpr" to "parenthesized_typeexpr"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:26 +02:00
parent 36e76c1146
commit 3591c22d82
3 changed files with 3 additions and 3 deletions

View File

@@ -557,7 +557,7 @@ case @typeexpr.kind of
| 7 = @union_typeexpr
| 8 = @indexed_access_typeexpr
| 9 = @intersection_typeexpr
| 10 = @parenthesizedtypeexpr
| 10 = @parenthesized_typeexpr
| 11 = @tupletypeexpr
| 12 = @keyoftypeexpr
| 13 = @qualifiedtypeaccess