tests: Test result update for `curl_http`
[nit.git] / tests / error_formal.nit
index ca262f2..a45a57a 100644 (file)
@@ -15,5 +15,8 @@
 # limitations under the License.
 
 class A[T]
-       attr _k: T[Int]
+       var k: T[Int]
 end
+
+var a = new A[Object]
+a.output