nitunit: add a test to show how non-local redefinition of before/after methods should...
[nit.git] / tests / error_redef3.nit
index b7075d6..eeeda92 100644 (file)
@@ -15,3 +15,5 @@
 class A end
 class A end
 
+var a = new A
+a.output