mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
I couldn't see any reason that we should give up altogether if there are multiple `*args` arguments. Including the first one looks like a win to me!
303 B
303 B
category
| category |
|---|
| minorAnalysis |
getStarArgmember-predicate onCallandCallNodehas been changed for calls that have multiple*argsarguments (for examplefunc(42, *my_args, *other_args)): Instead of producing no results, it will always have a result for the first such*argsargument.