Skip to content

Commit 840480d

Browse files
committed
implicit node location fix
1 parent dda3ab6 commit 840480d

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
@@ -3551,6 +3551,7 @@ unique_ptr<parser::Node> Translator::patternTranslate(pm_node_t *node) {
35513551
auto value = patternTranslate(assocNode->value);
35523552

35533553
if (PM_NODE_TYPE_P(assocNode->value, PM_IMPLICIT_NODE)) {
3554+
// fix location here?
35543555
return value;
35553556
}
35563557

0 commit comments

Comments
 (0)