Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / error_meth_2def.nit
index 140089c..7f41160 100644 (file)
@@ -18,3 +18,6 @@ class A
        fun toto(a: Int) do end
        fun toto(a: Char) do end
 end
+
+var a = new A
+a.toto(1)