contracts: change the contract syntax
[nit.git] / tests / sav / error_spe_attr.res
index c300561..c924c77 100644 (file)
@@ -1 +1,2 @@
-error_spe_attr.nit:22,16--21: Redef Error: Wrong static type. found Object, expected Int.
+error_spe_attr.nit:22,15--20: Redef Error: expected `Int` return type; got `Object`.
+error_spe_attr.nit:22,15--20: Redef Error: expected `Int` type for parameter `a'; got `Object`.