Property definitions

nitc $ WarningNoFeatures :: defaultinit
# No feature list for `mentity`
class WarningNoFeatures
	super CmdWarning

	# MEntity provided
	var mentity: MEntity

	redef fun to_s do return "No features for `{mentity.full_name}`"
end
src/doc/commands/commands_model.nit:407,1--415,3