mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Implement COLON2 NODE locations
This commit is contained in:
parent
2d96400c26
commit
c584790bde
Notes:
git
2025-06-15 13:37:34 +00:00
5 changed files with 31 additions and 11 deletions
|
@ -915,6 +915,8 @@ typedef struct RNode_COLON2 {
|
|||
|
||||
struct RNode *nd_head;
|
||||
ID nd_mid;
|
||||
rb_code_location_t delimiter_loc;
|
||||
rb_code_location_t name_loc;
|
||||
} rb_node_colon2_t;
|
||||
|
||||
typedef struct RNode_COLON3 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue