X-Git-Url: http://nitlanguage.org diff --git a/tests/error_type_not_ok4.nit b/tests/error_type_not_ok4.nit index 4762921..2862a61 100644 --- a/tests/error_type_not_ok4.nit +++ b/tests/error_type_not_ok4.nit @@ -26,7 +26,7 @@ class F end class G - readable writable var _a: Fail + var a: Fail fun ma(a: Fail) do return fun mb(a: Array[Fail]) do return fun mc: Fail do return 0