X-Git-Url: http://nitlanguage.org?ds=sidebyside diff --git a/tests/test_operators.nit b/tests/test_operators.nit index c0b974d..2a2a403 100644 --- a/tests/test_operators.nit +++ b/tests/test_operators.nit @@ -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