contracts: change the contract syntax
[nit.git] / tests / sav / error_ref_attr.res
index 3ff4b7d..184874a 100644 (file)
@@ -1 +1,2 @@
-error_ref_attr.nit:20,15--17: Redef Error: Wrong return type. found Int, expected B.
+error_ref_attr.nit:20,15--17: Redef Error: expected `B` return type; got `Int`.
+error_ref_attr.nit:20,15--17: Redef Error: expected `B` type for parameter `a'; got `Int`.