1
0
forked from VimPlug/jedi

Cleanup some instance stuff

This commit is contained in:
Dave Halter
2018-03-14 21:04:55 +01:00
parent e5546a8ae6
commit e6469f46c7
3 changed files with 27 additions and 9 deletions

View File

@@ -178,3 +178,9 @@ def x(a, b):
# type: (1) -> a
#?
a
def x(a, b, c):
# type: (str) -> a
#?
b
#?
c