update NOTICE and LICENSE
[nit.git] / tests / error_type_not_ok2.nit
index 3aad87b..4e49e03 100644 (file)
@@ -18,6 +18,6 @@
 #alt1#end
 
 class B
-special Array[Fail]
+       super Array[Fail]
 end