renamed "unionorintersectiontype" to "union_or_intersection_type"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:52:51 +02:00
parent 5355e23c1a
commit fea92773bd
2 changed files with 2 additions and 2 deletions

View File

@@ -642,7 +642,7 @@ case @type.kind of
@booleanliteraltype = @truetype | @falsetype;
@symbol_type = @plainsymboltype | @uniquesymboltype;
@unionorintersectiontype = @uniontype | @intersectiontype;
@union_or_intersection_type = @uniontype | @intersectiontype;
@typevariabletype = @canonicaltypevariabletype | @lexicaltypevariabletype;
has_asserts_keyword(int node: @predicate_typeexpr ref);