mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
We wanted to ensure that a callable did not have multiple parameters
with same parameter position. Originally we fixed this with
02b3a1b515 (like Ruby). This commit
reverts that and solves it by introducing a new parameter position
instead.