mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
renamed "truetype" to "true_type"
This commit is contained in:
@@ -616,7 +616,7 @@ case @type.kind of
|
||||
| 1 = @string_type
|
||||
| 2 = @number_type
|
||||
| 3 = @union_type
|
||||
| 4 = @truetype
|
||||
| 4 = @true_type
|
||||
| 5 = @falsetype
|
||||
| 6 = @typereference
|
||||
| 7 = @objecttype
|
||||
@@ -640,7 +640,7 @@ case @type.kind of
|
||||
| 25 = @bigintliteraltype
|
||||
;
|
||||
|
||||
@booleanliteraltype = @truetype | @falsetype;
|
||||
@booleanliteraltype = @true_type | @falsetype;
|
||||
@symbol_type = @plainsymboltype | @uniquesymboltype;
|
||||
@union_or_intersection_type = @union_type | @intersectiontype;
|
||||
@typevariable_type = @canonicaltypevariabletype | @lexicaltypevariabletype;
|
||||
|
||||
Reference in New Issue
Block a user