summaryrefslogtreecommitdiff
path: root/tests/functional/d/duplicate_argument_name_py3.py
blob: c7fbe3478e946339676f79fa5ad8ffb9497f385b (plain)
1
2
3
4
5
"""Check for duplicate function keywordonly arguments."""


def foo1(_, *_, _=3): # [duplicate-argument-name, duplicate-argument-name]
    """Function with duplicate argument name."""