Bug using map on or error handling #12164
Labels
Bug
This tag is applied to issues which reports bugs.
Status: Confirmed
This bug has been confirmed to be valid by a contributor.
V doctor:
What did you do?
v -g -o vdbg cmd/v && vdbg .\teste.v
What did you expect to see?
MapString({'abc': 'String Error'})
with
println(f() or { map{ 'abc': err.msg } })
works normally with warningWhat did you see instead?
The text was updated successfully, but these errors were encountered: