mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
renamed "typevariabletype" to "typevariable_type"
This commit is contained in:
@@ -643,7 +643,7 @@ case @type.kind of
|
||||
@booleanliteraltype = @truetype | @falsetype;
|
||||
@symbol_type = @plainsymboltype | @uniquesymboltype;
|
||||
@union_or_intersection_type = @uniontype | @intersectiontype;
|
||||
@typevariabletype = @canonicaltypevariabletype | @lexicaltypevariabletype;
|
||||
@typevariable_type = @canonicaltypevariabletype | @lexicaltypevariabletype;
|
||||
|
||||
has_asserts_keyword(int node: @predicate_typeexpr ref);
|
||||
|
||||
@@ -694,7 +694,7 @@ case @symbol.kind of
|
||||
| 2 = @other_symbol
|
||||
;
|
||||
|
||||
@type_with_symbol = @typereference | @typevariabletype | @typeoftype | @uniquesymboltype;
|
||||
@type_with_symbol = @typereference | @typevariable_type | @typeoftype | @uniquesymboltype;
|
||||
@ast_node_with_symbol = @typedefinition | @namespacedefinition | @toplevel | @typeaccess | @namespace_access | @vardecl | @function | @invokeexpr | @importdeclaration | @externalmodulereference;
|
||||
|
||||
ast_node_symbol(
|
||||
|
||||
Reference in New Issue
Block a user