nitc :: WarningNoCode :: defaultinit
# No code for `mentity`
class WarningNoCode
super CmdWarning
# MEntity provided
var mentity: MEntity
redef fun to_s do return "No code for `{mentity.full_name}`"
end
src/doc/commands/commands_model.nit:471,1--479,3