X-Git-Url: http://nitlanguage.org?ds=sidebyside diff --git a/tests/base_eq.nit b/tests/base_eq.nit index 5ec38e5..8c738bb 100644 --- a/tests/base_eq.nit +++ b/tests/base_eq.nit @@ -26,7 +26,7 @@ class A end class B -special A + super A redef fun ==(a: nullable Object): Bool do if not a isa B then