forked from VimPlug/jedi
Implement magic method return values, fixes #1577
This commit is contained in:
@@ -241,7 +241,7 @@ args_func(*1)[0]
|
||||
args_func(*iter([1]))[0]
|
||||
|
||||
# different types
|
||||
e = args_func(*[1+"", {}])
|
||||
e = args_func(*[1 if UNDEFINED else "", {}])
|
||||
#? int() str()
|
||||
e[0]
|
||||
#? dict()
|
||||
|
||||
Reference in New Issue
Block a user