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