contracts: change the contract syntax
[nit.git] / tests / sav / error_gen_f_inh_clash.res
index 07b0762..68281d2 100644 (file)
@@ -1 +1 @@
-base_gen_f.nit:19,14: Type error: class E not found in module base_gen_f.
+base_gen_f.nit:19,14: Error: class `E` not found in module `base_gen_f`. Did you mean `base_gen_f::G`?