63146315631663176318631963206321
return new Binding(node, voidType, null); } public Binding reduce_voidExpr_to_type_name(IASNode node) { getProblems().add(new VoidTypeProblem(node)); return new Binding(node, voidType, null); }