Run AClassdef::build_property on the classdefs of each module

Property definitions

nitc :: modelize_property $ ToolContext :: modelize_property_phase
	# Run `AClassdef::build_property` on the classdefs of each module
	var modelize_property_phase: Phase = new ModelizePropertyPhase(self, [modelize_class_phase])
src/modelize/modelize_property.nit:24,2--25,93