Closed
Description
Found working on #2393; fix to be included there.
lint("
foo(
a # comment
= 1,
a = 2
)
", duplicate_argument_linter())
# <should throw, doesn't>
Found working on #2393; fix to be included there.
lint("
foo(
a # comment
= 1,
a = 2
)
", duplicate_argument_linter())
# <should throw, doesn't>