mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
The `call` arguments were not `CallNode`s before, to allow for easier support of special method calls, such as `a + b` going to `__add__`. However, this is not implemented yet, so for now we can keep things simple. Co-authored-by: Taus <tausbn@github.com>