update NOTICE and LICENSE
[nit.git] / tests / base_attr6.nit
index 3945095..a83f792 100644 (file)
@@ -22,7 +22,7 @@ class A
 end
 
 class B
-special A
+       super A
        redef fun foo: Int do return super + 10
        redef fun bar=(i: Int)
        do