mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
renamed "unionorintersectiontype" to "union_or_intersection_type"
This commit is contained in:
@@ -642,7 +642,7 @@ case @type.kind of
|
||||
|
||||
@booleanliteraltype = @truetype | @falsetype;
|
||||
@symbol_type = @plainsymboltype | @uniquesymboltype;
|
||||
@unionorintersectiontype = @uniontype | @intersectiontype;
|
||||
@union_or_intersection_type = @uniontype | @intersectiontype;
|
||||
@typevariabletype = @canonicaltypevariabletype | @lexicaltypevariabletype;
|
||||
|
||||
has_asserts_keyword(int node: @predicate_typeexpr ref);
|
||||
|
||||
Reference in New Issue
Block a user