renamed "intersectiontypeexpr" to "intersection_typeexpr"

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

View File

@@ -556,7 +556,7 @@ case @typeexpr.kind of
| 6 = @array_typeexpr
| 7 = @union_typeexpr
| 8 = @indexed_access_typeexpr
| 9 = @intersectiontypeexpr
| 9 = @intersection_typeexpr
| 10 = @parenthesizedtypeexpr
| 11 = @tupletypeexpr
| 12 = @keyoftypeexpr