Merge: Allow keys to be nullable in `Map` and `MapIterator`
[nit.git] / tests / sav / error_needed_method_alt1.res
index 15cb0ac..c3555bf 100644 (file)
@@ -1 +1,2 @@
-alt/error_needed_method_alt1.nit:46,9--14: Fatal Error: Array must have a property named with_capacity.
+alt/error_needed_method_alt1.nit:46,9--14: Error: Method 'with_capacity' doesn't exists in Array[Int].
+alt/error_needed_method_alt1.nit:46,9--14: Error: Method 'push' doesn't exists in Array[Int].