mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
The constraint `exists(callback.getParameter(i))` was getting pushed into `higherOrderCall`, which isn't a bad thing to do. However, this then led to a join on `i`, which is a very bad thing to do.