renamed "symboltype" to "symbol_type"

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

View File

@@ -2139,7 +2139,7 @@ class NeverType extends Type, @nevertype { }
/**
* The `symbol` type or a specific `unique symbol` type.
*/
class SymbolType extends Type, @symboltype { }
class SymbolType extends Type, @symbol_type { }
/**
* The `symbol` type.

View File

@@ -641,7 +641,7 @@ case @type.kind of
;
@booleanliteraltype = @truetype | @falsetype;
@symboltype = @plainsymboltype | @uniquesymboltype;
@symbol_type = @plainsymboltype | @uniquesymboltype;
@unionorintersectiontype = @uniontype | @intersectiontype;
@typevariabletype = @canonicaltypevariabletype | @lexicaltypevariabletype;