Skip to content

Commit ac87dd0

Browse files
committed
implicit node location fix
1 parent 41c7fa6 commit ac87dd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parser/prism/Translator.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3622,6 +3622,7 @@ unique_ptr<parser::Node> Translator::patternTranslate(pm_node_t *node) {
36223622
auto value = patternTranslate(assocNode->value);
36233623

36243624
if (PM_NODE_TYPE_P(assocNode->value, PM_IMPLICIT_NODE)) {
3625+
// fix location here?
36253626
return value;
36263627
}
36273628

0 commit comments

Comments
 (0)