hardcodeResult = context.getNothing(); // constructors return void
cfg.addStatement(new EmptyStm(translateExpr(base), true, context.getCurrentOrigin()));
}
private void putNewArray() {
hardcodeResult = makevar();
cfg.addStatement(new EmptyStm(hardcodeResult, true, context.getCurrentOrigin()));
}