Skip to content

Commit cf3d0d9

Browse files
committed
implicit node location fix
1 parent e6e33ec commit cf3d0d9

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

36273627
if (PM_NODE_TYPE_P(assocNode->value, PM_IMPLICIT_NODE)) {
3628+
// fix location here?
36283629
return value;
36293630
}
36303631

0 commit comments

Comments
 (0)