contracts: change the contract syntax
[nit.git] / tests / error_redef_class.nit
index 87277d0..05363db 100644 (file)
@@ -15,3 +15,6 @@
 import kernel
 
 redef class Fail end
+
+var f = new Fail
+f.output