Merge remote-tracking branch 'origin/main' into call_ast

This commit is contained in:
Nick Rolfe
2021-01-22 11:48:32 +00:00
3 changed files with 1068 additions and 1057 deletions

View File

@@ -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;