Commits
Click on a commit to change the comparison rangeFixes argument errors not displayed.
type_check_method_application does the parsing of arguments in 2 passes,
but when the resolved_method_name failed the argument error would not be displayed.
We now store the arg_handlers and append their errors in case resolve_method_name fails.
Fixes #5660 Merge branch 'master' into esdrubal/5660_fix_arg_error_not_displayed4 months ago
by JoshuaBatty