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

drop any WrapArguemntNode in quote

parent 8d12d0c6
Branches
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ public abstract class Quote extends RBuiltinNode { ...@@ -58,7 +58,7 @@ public abstract class Quote extends RBuiltinNode {
ConstantNode cnode = (ConstantNode) unode; ConstantNode cnode = (ConstantNode) unode;
return cnode.getValue(); return cnode.getValue();
} else { } else {
return RDataFactory.createLanguage(expr.getRep()); return RDataFactory.createLanguage(unode);
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment