interpreter&vm: handle multi-iterator
[nit.git] / tests / base_types_formal_and_virtual4.nit
index 717376e..3169e0d 100644 (file)
@@ -14,7 +14,7 @@
 
 import end
 
-class Object
+interface Object
 end
 
 class A[E: Object]