update NOTICE and LICENSE
[nit.git] / tests / base_virtual_type5.nit
index 8d25f7c..86d2be3 100644 (file)
@@ -17,7 +17,7 @@
 import base_virtual_type2
 
 class C
-special A
+       super A
        redef type E: U
        init do end
 end