Property definitions

nitc $ WarningNoLicenseFile :: defaultinit
# No license file for `mentity`
class WarningNoLicenseFile
	super CmdWarning

	# MEntity provided
	var mentity: MEntity

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