update NOTICE and LICENSE
[nit.git] / tests / test_refinement.nit
index 17b154c..c5b19f5 100644 (file)
@@ -27,7 +27,7 @@ redef class Int
            else
                return (self-1).fact(r*self)
            end
-           return 1
+
        end
 
     fun fact2: Int