1
0
forked from VimPlug/jedi

Fix another special extract case

This commit is contained in:
Dave Halter
2020-02-20 01:29:04 +01:00
parent 26bf2ceb15
commit 3f86d803d2
2 changed files with 21 additions and 12 deletions

View File

@@ -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