Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / error_cons_arity.nit
index 6c6ee71..3f1cede 100644 (file)
@@ -18,3 +18,6 @@ class C[E]
 end
 class C[E: Object, F: Object]
 end
+
+var c = new C
+c.output