update NOTICE and LICENSE
[nit.git] / tests / test_calls.nit
index bd2ca0b..b8edf26 100644 (file)
@@ -28,7 +28,7 @@ class A
 end
 
 class B
-special A
+       super A
        redef fun foo
        do
                2.output
@@ -38,7 +38,7 @@ special A
 end
 
 class C
-special B
+       super B
        fun baz
        do
                bar