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

@@ -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