Closed
Description
The signature:
def naïve_recursive(n: int) -> int:
is perfectly valid Python, but MyPy barfs on the ï.
XXX: note: In function "na":
XXX:27: error: Unrecognized character
XXX:27: error: Parse error before "int"
XXX: note: At top level:
XXX:27: error: Parse error before :
XXX:28: error: Inconsistent indentation
Metadata
Metadata
Assignees
Labels
No labels