lib/serialization: add README.md
[nit.git] / tests / base_simple.nit
index eca7e08..76d0dd9 100644 (file)
@@ -33,14 +33,10 @@ class A
        do
                0.output
        end
-
-       init
-       do
-       end
 end
 
 class B
-special A
+       super A
        redef fun bar(i: Int)
        do
                i.output