Property definitions

nitc $ WarningNoLicense :: defaultinit
# No ini license string for `mentity`
class WarningNoLicense
	super CmdWarning

	# MEntity provided
	var mentity: MEntity

	redef fun to_s do return "No license for `{mentity.full_name}`"
end
src/doc/commands/commands_ini.nit:252,1--260,3