syntax: warn for superfluous parentheses in signatures
[nit.git] / tests / sav / error_fun_ret4.sav
index 93095b5..b4df42d 100644 (file)
@@ -1 +1,2 @@
-./error_fun_ret4.nit:17,1--21,10: Control error: Reached end of function (a 'return' with a value was expected).
+error_fun_ret4.nit:17,5--8: Control error: Reached end of function (a 'return' with a value was expected).
+error_fun_ret4.nit:19,2--22,4: Warning: use 'loop' instead of 'while true do'.