forked from VimPlug/jedi
negative factors like -1 are now evaluated
This commit is contained in:
@@ -18,6 +18,8 @@ index = 0 + 1
|
||||
#? str()
|
||||
x[index]
|
||||
|
||||
#? int()
|
||||
x[1 + (-1)]
|
||||
|
||||
def calculate(number):
|
||||
return number + constant
|
||||
|
||||
Reference in New Issue
Block a user