Files
Nim/tests/msgs
ringabout 4ce3d87c7e fixes #26062; ResultUsed warning behaves inconsistently with manual c… (#26087)
…haracterization with--warning:ResultUsed:on

fixes #26062

> A return statement with no expression is shorthand for return result.

> ResultUsed: Warn about the usage of the built-in result variable.

> A procedure that does not have any return statement and does not use
the special result variable returns the value of its last expression.

(cherry picked from commit 0ec8682abe)
2026-08-10 08:12:26 +02:00
..
2025-01-14 13:17:34 +01:00