nullable: convert lib, tools and tests
[nit.git] / tests / base_eq.nit
index 20d0306..0b0a618 100644 (file)
@@ -27,7 +27,7 @@ end
 
 class B
 special A
-       redef meth ==(a: Object): Bool
+       redef meth ==(a: nullable Object): Bool
        do
                if not a isa B then
                        return false