update NOTICE and LICENSE
[nit.git] / tests / example_beer.nit
index 9380c88..3b3744d 100644 (file)
@@ -29,7 +29,7 @@ private
 end
 
 class OneBottle
-special Bottle
+       super Bottle
        redef fun sing
        do
                sing_start
@@ -45,7 +45,7 @@ special Bottle
 end
 
 class TwoBottles
-special Bottle
+       super Bottle
        redef fun sing
        do
                sing_start
@@ -61,7 +61,7 @@ special Bottle
 end
 
 class Bottles
-special Bottle
+       super Bottle
 
        redef fun sing
        do