180181182183184185186
type = types.get(0); } else { type = Type.T_OR(types); } return new TypeDecl(name, type, isOpen, sourceAttr(start,index-1)); }