neo_doxygen: remove ambiguity in the use of Location
[nit.git] / contrib / neo_doxygen / src / model / module_compound.nit
index 188d4c1..08b8205 100644 (file)
@@ -46,7 +46,7 @@ class FileCompound
                super
        end
 
-       redef fun location=(location: nullable Location) do
+       redef fun location=(location) do
                super
                for m in inner_namespaces do m.location = location
        end