X-Git-Url: http://nitlanguage.org diff --git a/tests/error_formal.nit b/tests/error_formal.nit index ca262f2..13a16b5 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