model: introduce `name` in MEntity according to it's documentation
[nit.git] / src / model / mmodule.nit
index 60a7c92..37c3ed0 100644 (file)
@@ -84,7 +84,7 @@ class MModule
        var mgroup: nullable MGroup
 
        # The short name of the module
-       var name: String
+       redef var name: String
 
        # The origin of the definition
        var location: Location