renamed "unknowntype" to "unknown_type"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:55:14 +02:00
parent 2481775af5
commit 0c0abefe5a
3 changed files with 3 additions and 3 deletions

View File

@@ -635,7 +635,7 @@ case @type.kind of
| 20 = @this_type
| 21 = @number_literal_type
| 22 = @string_literal_type
| 23 = @unknowntype
| 23 = @unknown_type
| 24 = @biginttype
| 25 = @bigintliteraltype
;