nullable: convert lib, tools and tests
[nit.git] / tests / test_operators.nit
index c0b974d..2a2a403 100644 (file)
@@ -46,7 +46,7 @@ class A
           5.output
           return self
    end
-   redef meth ==(a: Object): Bool
+   redef meth ==(a: nullable Object): Bool
    do
           7.output
           return true