The introduction of mclass_b

Property definitions

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