mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "interfacetypeexpr" to "interface_typeexpr"
This commit is contained in:
@@ -394,7 +394,7 @@ case @expr.kind of
|
||||
@typeassertion = @astypeassertion | @prefixtypeassertion;
|
||||
|
||||
@classdefinition = @classdeclstmt | @classexpr;
|
||||
@interfacedefinition = @interfacedeclaration | @interfacetypeexpr;
|
||||
@interfacedefinition = @interfacedeclaration | @interface_typeexpr;
|
||||
@classorinterface = @classdefinition | @interfacedefinition;
|
||||
|
||||
@lexical_decl = @vardecl | @type_decl;
|
||||
@@ -568,7 +568,7 @@ case @typeexpr.kind of
|
||||
| 18 = @qualified_var_type_access
|
||||
| 19 = @this_var_type_access
|
||||
| 20 = @predicate_typeexpr
|
||||
| 21 = @interfacetypeexpr
|
||||
| 21 = @interface_typeexpr
|
||||
| 22 = @typeparameter
|
||||
| 23 = @plainfunctiontypeexpr
|
||||
| 24 = @constructortypeexpr
|
||||
|
||||
Reference in New Issue
Block a user