mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "infertypeexpr" to "infer_typeexpr"
This commit is contained in:
@@ -437,7 +437,7 @@ scopenesting (unique int inner: @scope ref,
|
||||
@function = @functiondeclstmt | @functionexpr | @arrowfunctionexpr;
|
||||
|
||||
@parameterized = @function | @catchclause;
|
||||
@type_parameterized = @function | @classorinterface | @typealiasdeclaration | @mapped_typeexpr | @infertypeexpr;
|
||||
@type_parameterized = @function | @classorinterface | @typealiasdeclaration | @mapped_typeexpr | @infer_typeexpr;
|
||||
|
||||
is_generator (int fun: @function ref);
|
||||
has_rest_parameter (int fun: @function ref);
|
||||
@@ -576,7 +576,7 @@ case @typeexpr.kind of
|
||||
| 26 = @qualified_namespace_access
|
||||
| 27 = @mapped_typeexpr
|
||||
| 28 = @conditional_typeexpr
|
||||
| 29 = @infertypeexpr
|
||||
| 29 = @infer_typeexpr
|
||||
| 30 = @importtypeaccess
|
||||
| 31 = @importnamespaceaccess
|
||||
| 32 = @importvartypeaccess
|
||||
|
||||
Reference in New Issue
Block a user