renamed "nevertype" to "never_type"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:55:05 +02:00
parent 8b2769953f
commit b1812b1be2
3 changed files with 3 additions and 3 deletions

View File

@@ -2134,7 +2134,7 @@ class NullType extends Type, @null_type { }
/** /**
* The `never` type. * The `never` type.
*/ */
class NeverType extends Type, @nevertype { } class NeverType extends Type, @never_type { }
/** /**
* The `symbol` type or a specific `unique symbol` type. * The `symbol` type or a specific `unique symbol` type.

View File

@@ -625,7 +625,7 @@ case @type.kind of
| 10 = @void_type | 10 = @void_type
| 11 = @undefined_type | 11 = @undefined_type
| 12 = @null_type | 12 = @null_type
| 13 = @nevertype | 13 = @never_type
| 14 = @plainsymboltype | 14 = @plainsymboltype
| 15 = @uniquesymboltype | 15 = @uniquesymboltype
| 16 = @objectkeywordtype | 16 = @objectkeywordtype

View File

@@ -958,7 +958,7 @@
<v>1</v> <v>1</v>
</e> </e>
<e> <e>
<k>@nevertype</k> <k>@never_type</k>
<v>1</v> <v>1</v>
</e> </e>
<e> <e>