mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Implement SUPER NODE locations
This commit is contained in:
parent
5cc4240dda
commit
c22b0598b0
Notes:
git
2025-01-03 14:03:23 +00:00
5 changed files with 35 additions and 6 deletions
|
@ -541,6 +541,9 @@ typedef struct RNode_SUPER {
|
|||
NODE node;
|
||||
|
||||
struct RNode *nd_args;
|
||||
rb_code_location_t keyword_loc;
|
||||
rb_code_location_t lparen_loc;
|
||||
rb_code_location_t rparen_loc;
|
||||
} rb_node_super_t;
|
||||
|
||||
typedef struct RNode_ZSUPER {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue