Skip to content

Commit

Permalink
[Truffle] Missed a field in the copy constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Apr 29, 2015
1 parent 83767d5 commit 804986d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -346,6 +346,7 @@ public EqualNode(RubyContext context, SourceSection sourceSection) {

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

Expand Down

0 comments on commit 804986d

Please sign in to comment.