1
0
forked from VimPlug/jedi

Usages fix for more complex situations

This commit is contained in:
Dave Halter
2017-10-09 21:09:04 +02:00
parent 06004ad2f5
commit 2b138b3150
2 changed files with 26 additions and 4 deletions

View File

@@ -302,3 +302,14 @@ x = 3
{x:1 for x in something}
#< 10 (0,1), (0,10)
{x:1 for x in something}
def x():
zzz = 3
if UNDEFINED:
zzz = 5
if UNDEFINED2:
zzz
else:
#< (0, 8), (1, 4), (-3, 12), (-5, 8), (-7, 4)
zzz
zzz