Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / error_ref_fun.nit
index 8267289..5a9a1e7 100644 (file)
@@ -19,3 +19,6 @@ import module_simple
 redef class C
        redef fun s do end
 end
+
+var c = new C(new B)
+c.s.output