libevent: rename `bind_to` to the more precise `bind_tcp`
[nit.git] / tests / error_type_not_ok3.nit
index 7828cf6..77cab7c 100644 (file)
@@ -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