Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1971,6 +1971,8 @@ public RubyNode visitNewlineNode(org.jruby.ast.NewlineNode node) {
lineSequence.add(new TraceNode(context, sourceSection));
lineSequence.add(node.getNextNode().accept(this));

lineSequence.get(0).setAtNewline();

return SequenceNode.sequence(context, sourceSection, lineSequence);
}

0 comments on commit aed863a

Please sign in to comment.