mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
It actually counts the number of parameter declarations. We correct it to do what it says and introduce `FuncTypeExpr.getNumParameterDecls`, which we then use in `FuncTypeExpr.getUniquelyNumberedChild`.