X-Git-Url: http://nitlanguage.org diff --git a/tests/test_variance_attr.nit b/tests/test_variance_attr.nit index 7ae65d3..6717b8c 100644 --- a/tests/test_variance_attr.nit +++ b/tests/test_variance_attr.nit @@ -24,7 +24,7 @@ class A end class B -special A + super A redef var _foo: nullable Int redef var _bar: nullable B redef fun output do 'B'.output end