Skip to content

Return value type check not generated #3

@y-usuzumi

Description

@y-usuzumi
def func() -> int:
    return 3

should generate:

def func():
    if not isinstance(3, int):
        raise TypeError("blabla")

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions