Skip to content

Overloads with identical signatures not an error #1612

Closed
@thomasballinger

Description

@thomasballinger

Should this be an error?

from typing import overload
@overload
def f(x: int): pass
@overload
def f(x: int): pass

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions