avoid a `Core.Box` in JuliaLowering `_calldecl_positionals` (#60885)
Allows e.g. the return value of `_calldecl_positionals` to be inferred
as `JuliaLowering.ValidationResult` instead of `Any`.
Picked up after rebase of https://github.com/JuliaLang/julia/pull/60848.