renamed "typevariabletype" to "typevariable_type"

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

View File

@@ -643,7 +643,7 @@ case @type.kind of
@booleanliteraltype = @truetype | @falsetype;
@symbol_type = @plainsymboltype | @uniquesymboltype;
@union_or_intersection_type = @uniontype | @intersectiontype;
@typevariabletype = @canonicaltypevariabletype | @lexicaltypevariabletype;
@typevariable_type = @canonicaltypevariabletype | @lexicaltypevariabletype;
has_asserts_keyword(int node: @predicate_typeexpr ref);
@@ -694,7 +694,7 @@ case @symbol.kind of
| 2 = @other_symbol
;
@type_with_symbol = @typereference | @typevariabletype | @typeoftype | @uniquesymboltype;
@type_with_symbol = @typereference | @typevariable_type | @typeoftype | @uniquesymboltype;
@ast_node_with_symbol = @typedefinition | @namespacedefinition | @toplevel | @typeaccess | @namespace_access | @vardecl | @function | @invokeexpr | @importdeclaration | @externalmodulereference;
ast_node_symbol(