1 2 3 4 5 6
#!/usr/bin/env python3 # Annotated function (Issue #29) def foo(x: int) -> int: return x + 1