update NOTICE and LICENSE
[nit.git] / tests / base_assert2.nit
index 779e4bd..e57746c 100644 (file)
@@ -21,7 +21,7 @@ class A
 end
 
 class B
-special A
+       super A
        fun bar do 2.output
 end