mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
We wanted to ensure that a callable did not have multiple parameters
with same parameter position. Originally we fixed this with
e0bd210797. This commit reverts that and
solves it by introducing a new parameter position instead.