forked from VimPlug/jedi
Make sure overload signatures work, see #1417
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
def with_overload(x, y: int) -> list:
|
||||
pass
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
def with_overload(x, y: int) -> list:
|
||||
pass
|
||||