The introduction of mclass_a

Property definitions

nitc $ ModelDiamond :: _mclassdef_a
	# The introduction of `mclass_a`
	var mclassdef_a: MClassDef do
		var res = new MClassDef(mmodule0, mclass_a.mclass_type, location)
		res.set_supertypes([mclass_o.mclass_type])
		res.add_in_hierarchy
		return res
	end
src/model/model.nit:2805,2--2811,4