X-Git-Url: http://nitlanguage.org diff --git a/tests/example_beer.nit b/tests/example_beer.nit index 9380c88..3b3744d 100644 --- a/tests/example_beer.nit +++ b/tests/example_beer.nit @@ -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