renamed "voidtype" to "void_type"

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

View File

@@ -2119,7 +2119,7 @@ class BooleanLikeType extends Type {
/**
* The `void` type.
*/
class VoidType extends Type, @voidtype { }
class VoidType extends Type, @void_type { }
/**
* The `undefined` type.

View File

@@ -622,7 +622,7 @@ case @type.kind of
| 7 = @object_type
| 8 = @canonical_type_variable_type
| 9 = @typeof_type
| 10 = @voidtype
| 10 = @void_type
| 11 = @undefinedtype
| 12 = @nulltype
| 13 = @nevertype

View File

@@ -946,7 +946,7 @@
<v>2903</v>
</e>
<e>
<k>@voidtype</k>
<k>@void_type</k>
<v>1</v>
</e>
<e>