contracts: change the contract syntax
[nit.git] / tests / sav / error_ret_fun.res
index 4d7bf00..4fcac88 100644 (file)
@@ -1 +1 @@
-error_ret_fun.nit:19,2--7: Error: Return without value in a function.
+error_ret_fun.nit:19,2--7: Error: `return` without value in a function.