auto_super_init: handle the case of constructors redefinition (instead of infinitivel...
[nit.git] / src / toolcontext.nit
index d25d3fd..5bfd18d 100644 (file)
@@ -300,7 +300,7 @@ class ToolContext
        end
 
        # The identified root directory of the Nit project
-       var nit_dir: nullable String
+       var nit_dir: nullable String = null
 
        private fun compute_nit_dir: nullable String
        do