Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / error_type_not_ok.nit
index 16cbee2..10fd302 100644 (file)
@@ -18,6 +18,8 @@
 #alt1#end
 
 class A
-special Fail
+       super Fail
 end
 
+var a = new A
+a.output