X-Git-Url: http://nitlanguage.org diff --git a/tests/error_type_not_ok2.nit b/tests/error_type_not_ok2.nit index 3aad87b..b259d44 100644 --- a/tests/error_type_not_ok2.nit +++ b/tests/error_type_not_ok2.nit @@ -18,6 +18,8 @@ #alt1#end class B -special Array[Fail] + super Array[Fail] end +var b = new B +b.output