forked from VimPlug/jedi
fix string/array (sequence) multiplications with integer.
This commit is contained in:
@@ -56,14 +56,6 @@ a = ['']*2
|
||||
#? list()
|
||||
a
|
||||
|
||||
a = 2*2
|
||||
#? int()
|
||||
a
|
||||
|
||||
a = "a"*3
|
||||
#? str()
|
||||
a
|
||||
|
||||
# -----------------
|
||||
# tuple assignments
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user