nullable: convert lib, tools and tests
[nit.git] / tests / test_kernel.nit
index 7dde9d5..2d48bd9 100644 (file)
@@ -22,7 +22,7 @@ class Foo
                10.output
        end
 
-       redef meth ==(o: Object): Bool
+       redef meth ==(o: nullable Object): Bool
        do
                return true
        end