summaryrefslogtreecommitdiff
path: root/lex.c.blt
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-06-14 10:02:02 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-06-14 10:02:02 +0900
commit70313ec01a674e15d301f2dabb368cd90c78fa40 (patch)
tree563d2d2ac813dd0c23923847deb2a0ce65e07cc2 /lex.c.blt
parent32b18fe9d04e9c95ac0b8d5df258226867efc063 (diff)
parse.y: Fix the location of a target constant of OP_CDECL
``` p RubyVM::AbstractSyntaxTree.parse("::Foo += 1").children #=> before: [[], nil, (OP_CDECL@1:0-1:10 (COLON3@1:0-1:10 :Foo) :+ (LIT@1:9-1:10 1))] #=> after: [[], nil, (OP_CDECL@1:0-1:10 (COLON3@1:0-1:5 :Foo) :+ (LIT@1:9-1:10 1))] ```
Diffstat (limited to 'lex.c.blt')
0 files changed, 0 insertions, 0 deletions