Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / error_cons_arity2.nit
index b1f4c5d..9dd4ccd 100644 (file)
@@ -19,3 +19,6 @@ end
 
 class A[E: Object]
 end
+
+var a = new A
+a.output