Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / error_spe_param2.nit
index b0d63ac..35680b2 100644 (file)
@@ -23,3 +23,6 @@ class B
        super A
 redef fun toto(c: Char) do end
 end
+
+var b = new B
+b.toto(true)