cleanup: remove old 'special' keyword
[nit.git] / doc / developpez / poo / listings / coercition1_c.nit
index a923579..83be83d 100644 (file)
@@ -2,7 +2,7 @@ class Animal
 end
 
 class Vache
-       special Animal
+       super Animal
 
        fun broute 
        do