X-Git-Url: http://nitlanguage.org diff --git a/tests/error_type_not_ok3.nit b/tests/error_type_not_ok3.nit index 7828cf6..77cab7c 100644 --- a/tests/error_type_not_ok3.nit +++ b/tests/error_type_not_ok3.nit @@ -22,3 +22,8 @@ end class D[T: Array[Fail]] end + +var c = new C[Int] +c.output +var d = new D[Int] +d.output