Implement VALIAS NODE keyword locations

This commit is contained in:
ydah 2024-09-03 16:20:52 +09:00 committed by Yuichiro Kaneko
parent 37d7ae06af
commit ab18b1b4f5
Notes: git 2024-09-04 05:36:53 +00:00
5 changed files with 20 additions and 5 deletions

View file

@ -828,6 +828,7 @@ typedef struct RNode_VALIAS {
ID nd_alias;
ID nd_orig;
rb_code_location_t keyword_loc;
} rb_node_valias_t;
typedef struct RNode_UNDEF {