mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
We now look not only at how many parameters each callable has, but what
its full signature is. This allows us to give a consistent order to
Test(Throwable) { ... }
Test(String) { ... }