v = getBlockArgVariable((IRClosure)s, localVariable.getName(), depth);
receiveBlockArg(s, v, argsArray, argIndex, isClosureArg, isSplat);
break;
}
case ZEROARGNODE:
throw new NotCompilableException("Shouldn't get here; zeroarg does not do assignment: " + node);
default:
buildVersionSpecificBlockArgsAssignment(node, s, argsArray, argIndex, isMasgnRoot, isClosureArg, isSplat);
}
}