renamed "typeoftype" to "typeof_type"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:55:01 +02:00
parent 11214b574e
commit 37bdea4011
3 changed files with 4 additions and 4 deletions

View File

@@ -621,7 +621,7 @@ case @type.kind of
| 6 = @type_reference
| 7 = @object_type
| 8 = @canonical_type_variable_type
| 9 = @typeoftype
| 9 = @typeof_type
| 10 = @voidtype
| 11 = @undefinedtype
| 12 = @nulltype
@@ -694,7 +694,7 @@ case @symbol.kind of
| 2 = @other_symbol
;
@type_with_symbol = @type_reference | @typevariable_type | @typeoftype | @uniquesymboltype;
@type_with_symbol = @type_reference | @typevariable_type | @typeof_type | @uniquesymboltype;
@ast_node_with_symbol = @typedefinition | @namespacedefinition | @toplevel | @typeaccess | @namespace_access | @var_decl | @function | @invokeexpr | @import_declaration | @external_module_reference;
ast_node_symbol(