We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I would like something like this to be an error:
def f(i: int) -> int: if i > 3: return i + 2 else: return None