lib/markdown: factorize clones `code_from_block` into `BlockCode::raw_content`
[nit.git] / tests / error_gen_f_inh_clash.nit
index aae0c6b..6ea638d 100644 (file)
@@ -17,6 +17,6 @@
 import base_gen_f
 
 class G3
-special G1
-special G2
+       super G1
+       super G2
 end