Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -346,6 +346,7 @@ public EqualNode(RubyContext context, SourceSection sourceSection) {

public EqualNode(EqualNode prev) {
super(prev);
booleanCastNode = prev.booleanCastNode;
reverseCallNode = prev.reverseCallNode;
}

0 comments on commit 804986d

Please sign in to comment.