update NOTICE and LICENSE
[nit.git] / tests / test_obj.nit
index 0520f7b..f4a430b 100644 (file)
@@ -30,7 +30,7 @@ class O
 end
 
 class A
-special O
+       super O
    redef fun foo
    do
       printn(11)
@@ -45,7 +45,7 @@ special O
 end
 
 class B
-special A
+       super A
    redef fun foo
    do
       printn(12)