forked from VimPlug/jedi
Fix another special extract case
This commit is contained in:
@@ -112,3 +112,10 @@ if 1:
|
||||
#? 4 text {'new_name': 'x'}
|
||||
x = None
|
||||
x
|
||||
# -------------------------------------------------- with-tuple
|
||||
#? 4 text {'new_name': 'x'}
|
||||
x + 1, 3
|
||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
#? 4 text {'new_name': 'x'}
|
||||
x = x + 1
|
||||
x, 3
|
||||
|
||||
Reference in New Issue
Block a user