nitunit: add a test to show how non-local redefinition of before/after methods should...
[nit.git] / tests / base_simple.nit
index 76d0dd9..524b24e 100644 (file)
@@ -16,7 +16,7 @@
 
 import end
 
-class Object
+interface Object
 end
 
 class Int