Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -205,7 +205,7 @@ public RubyRootNode parse(RubyContext context, Source source, Encoding defaultEn
truffleNode)));

if (node.hasEndPosition()) {
truffleNode = translator.sequence(context, sourceSection, Arrays.asList(
truffleNode = Translator.sequence(context, sourceSection, Arrays.asList(
new DataNode(context, sourceSection, node.getEndPosition()),
truffleNode));
}

0 comments on commit c7e3dcb

Please sign in to comment.