mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
PY-18808 Fixed: Incorrect variable highlighting Update PyReferenceImpl.resolvesToSameLocal to correctly handle comprehensions
6 lines
94 B
Python
6 lines
94 B
Python
fo<caret>o = [1, 2]
|
|
foo = [bar for bar in foo]
|
|
bar = dict(
|
|
(baz, baz)
|
|
for baz in foo
|
|
) |