X-Git-Url: http://nitlanguage.org diff --git a/tests/error_formal.nit b/tests/error_formal.nit index ca262f2..b8555d3 100644 --- a/tests/error_formal.nit +++ b/tests/error_formal.nit @@ -15,5 +15,5 @@ # limitations under the License. class A[T] - attr _k: T[Int] + var _k: T[Int] end