Skip to content
Snippets Groups Projects
Commit a8149e79 authored by Mick Jordan's avatar Mick Jordan
Browse files

implemement substituteImpl for WriteReplacementNode

parent 7bdd9acb
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ public class WriteReplacementNode extends RNode implements RSyntaxNode {
}
public RSyntaxNode substituteImpl(REnvironment env) {
throw RInternalError.unimplemented();
return new WriteReplacementNode((RCallNode) replacementCall.substituteImpl(env), rhs.substituteImpl(env));
}
public int getRlengthImpl() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment