mirror of
https://github.com/github/codeql.git
synced 2026-02-05 17:51:06 +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.