Implement ALIAS NODE keyword locations

This commit is contained in:
ydah 2024-09-03 16:12:30 +09:00 committed by Yuichiro Kaneko
parent af143d8a74
commit a2243ee48b
Notes: git 2024-09-03 13:09:27 +00:00
5 changed files with 17 additions and 5 deletions

View file

@ -820,6 +820,7 @@ typedef struct RNode_ALIAS {
struct RNode *nd_1st;
struct RNode *nd_2nd;
rb_code_location_t keyword_loc;
} rb_node_alias_t;
typedef struct RNode_VALIAS {