Duplicate Params in with
clauses
#1225
Labels
bug
Something isn't working
_complexity:low
A task with a low complexity that should be easy to understand
good first issue
Good for newcomers
hacktoberfest
Problem
It is possible to provide duplicate params in a
with
clause. The last one overwrites any previous values.Steps
Possible Solution(s)
Throw an error instead of silently using the last value.
The text was updated successfully, but these errors were encountered: