update NOTICE and LICENSE
[nit.git] / tests / base_virtual_type.nit
index ec68f06..db6a045 100644 (file)
@@ -23,7 +23,7 @@ class A
 end
 
 class B
-special A
+       super A
        init do end
 end