mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
In cases where there are positional parameters after a splat parameter, don't attempt to match the splat parameter to a splat argument. We need more sophisticated modelling to handle these cases, which is future work.