forked from VimPlug/jedi
fix problems with unnecessary brackets and following executions, which fixes also the last remaining lambda problem
This commit is contained in:
@@ -125,6 +125,8 @@ def a(): return ''
|
||||
(a)().replace()
|
||||
#? int()
|
||||
(tuple).index()
|
||||
#? int()
|
||||
(tuple)().index()
|
||||
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user