441442443444445446447448
argNode = ((ArrayNode)argNode).getLast(); unwrap = false; } Variable ret = s.getNewTemporaryVariable(); s.addInstr(new YieldInstr(ret, s.getImplicitBlockArg(), build(argNode, s), unwrap)); return ret; }