1
0
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:
David Halter
2012-12-24 10:47:11 +01:00
parent 3f95d33f4d
commit e647e09f0c
3 changed files with 18 additions and 10 deletions

View File

@@ -125,6 +125,8 @@ def a(): return ''
(a)().replace()
#? int()
(tuple).index()
#? int()
(tuple)().index()
# -----------------