mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
renamed "typevariabletype" to "typevariable_type"
This commit is contained in:
@@ -2309,7 +2309,7 @@ class AnonymousInterfaceType extends Type, @objecttype { }
|
||||
/**
|
||||
* A type that refers to a type variable.
|
||||
*/
|
||||
class TypeVariableType extends Type, @typevariabletype {
|
||||
class TypeVariableType extends Type, @typevariable_type {
|
||||
/**
|
||||
* Gets a syntactic declaration of this type variable.
|
||||
*
|
||||
|
||||
@@ -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