mirror of
https://github.com/github/codeql.git
synced 2026-02-21 01:13:43 +01:00
Merge remote-tracking branch 'origin/main' into call_ast
This commit is contained in:
@@ -13,6 +13,7 @@ private import ast.internal.TreeSitter
|
||||
* A node in the abstract syntax tree. This class is the base class for all Ruby
|
||||
* program elements.
|
||||
*/
|
||||
// TODO: Replace base class with an abstract range class once we have full coverage
|
||||
class AstNode extends @ast_node {
|
||||
Generated::AstNode generated;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user