mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
renamed "canonicaltypevariabletype" to "canonical_type_variable_type"
This commit is contained in:
@@ -620,7 +620,7 @@ case @type.kind of
|
||||
| 5 = @false_type
|
||||
| 6 = @type_reference
|
||||
| 7 = @object_type
|
||||
| 8 = @canonicaltypevariabletype
|
||||
| 8 = @canonical_type_variable_type
|
||||
| 9 = @typeoftype
|
||||
| 10 = @voidtype
|
||||
| 11 = @undefinedtype
|
||||
@@ -643,7 +643,7 @@ case @type.kind of
|
||||
@booleanliteraltype = @true_type | @false_type;
|
||||
@symbol_type = @plainsymboltype | @uniquesymboltype;
|
||||
@union_or_intersection_type = @union_type | @intersectiontype;
|
||||
@typevariable_type = @canonicaltypevariabletype | @lexicaltypevariabletype;
|
||||
@typevariable_type = @canonical_type_variable_type | @lexicaltypevariabletype;
|
||||
|
||||
has_asserts_keyword(int node: @predicate_typeexpr ref);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user