update NOTICE and LICENSE
[nit.git] / tests / error_spe_attr.nit
index 235eef4..75feb69 100644 (file)
@@ -18,6 +18,6 @@ class A
        var _a: Int
 end
 class B
-special A
+       super A
        redef var _a: Object
 end