contracts: change the contract syntax
[nit.git] / tests / sav / error_inh_clash.res
index ab8fbea..f32ba33 100644 (file)
@@ -1 +1 @@
-error_inh_clash.nit:17,7: Error: Incompatibles ancestors for A: Array[Int], Array[Char]
+error_inh_clash.nit:17,7: Error: incompatible ancestors for `A`; conflict: `Array[Int]` and `Array[Char]`