mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +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.