def foo(x: int, y: int, x: int) -> None:
pass
def bar(x: int, y: int, *, x: int) -> None:
def baz(x: int, y: int, **x: int) -> None: