contracts: change the contract syntax
[nit.git] / tests / sav / error_inh_clash2.res
index d8b254e..2222174 100644 (file)
@@ -1 +1 @@
-error_inh_clash2.nit:23,7: Error: Incompatibles ancestors for C: Array[Char], Array[Int]
+error_inh_clash2.nit:23,7: Error: incompatible ancestors for `C`; conflict: `Array[Char]` and `Array[Int]`