Merge: Subtyping test with perfect hashing in the Nit vm
[nit.git] / tests / sav / error_needed_method_alt2.res
1 alt/error_needed_method_alt2.nit:47,10--27: Cannot instantiate interface Collection[Int].
2 alt/error_needed_method_alt2.nit:47,1--40: Error: Method or variable 'iterator' unknown in Collection[Int].
3 alt/error_needed_method_alt2.nit:47,1--40: Type Error: 'for' expects a type providing 'iterator' method, got 'Collection[Int]'.