mirror of
https://github.com/github/codeql.git
synced 2026-02-06 18:21:07 +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>