forked from VimPlug/jedi
One more usages test.
This commit is contained in:
@@ -308,8 +308,9 @@ def x():
|
|||||||
if UNDEFINED:
|
if UNDEFINED:
|
||||||
zzz = 5
|
zzz = 5
|
||||||
if UNDEFINED2:
|
if UNDEFINED2:
|
||||||
|
#< (3, 8), (4, 4), (0, 12), (-3, 8), (-5, 4)
|
||||||
zzz
|
zzz
|
||||||
else:
|
else:
|
||||||
#< (0, 8), (1, 4), (-3, 12), (-5, 8), (-7, 4)
|
#< (0, 8), (1, 4), (-3, 12), (-6, 8), (-8, 4)
|
||||||
zzz
|
zzz
|
||||||
zzz
|
zzz
|
||||||
|
|||||||
Reference in New Issue
Block a user