mirror of
https://github.com/github/codeql.git
synced 2026-01-27 21:33:03 +01:00
We were previously missing a data-flow edge from reflected calls to the corresponding reflective call, that is, for `f.call(...)` we didn't have a flow edge from the implicit call to `f` to the result of `f.call(...)`.