Files
jedi/test/examples/typing_overload/file.py
2019-12-07 00:30:37 +01:00

3 lines
47 B
Python

def with_overload(x, y: int) -> list:
pass