Merge: src/platforms: fallback to version field "0" on error when asking for a git_re...
[nit.git] / tests / error_spe_fun.nit
index c98cc5a..669e139 100644 (file)
@@ -19,6 +19,9 @@ fun toto: Int do return 1 end
 end
 
 class B
-special A
+       super A
 redef fun toto do end
 end
+
+var b = new B
+b.toto.output