mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
renamed "hasAssertsKeyword" to "has_asserts_keyword"
This commit is contained in:
@@ -645,7 +645,7 @@ case @type.kind of
|
||||
@unionorintersectiontype = @uniontype | @intersectiontype;
|
||||
@typevariabletype = @canonicaltypevariabletype | @lexicaltypevariabletype;
|
||||
|
||||
hasAssertsKeyword(int node: @predicatetypeexpr ref);
|
||||
has_asserts_keyword(int node: @predicatetypeexpr ref);
|
||||
|
||||
@typed_ast_node = @expr | @typeexpr | @function;
|
||||
ast_node_type(
|
||||
|
||||
Reference in New Issue
Block a user