renamed "biginttype" to "bigint_type"

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

View File

@@ -636,7 +636,7 @@ case @type.kind of
| 21 = @number_literal_type
| 22 = @string_literal_type
| 23 = @unknown_type
| 24 = @biginttype
| 24 = @bigint_type
| 25 = @bigintliteraltype
;