mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-8604 Fixed: Rename refactoring for variable in generator comprehension leads to unresolved references
PY-18808 Fixed: Incorrect variable highlighting Update PyReferenceImpl.resolvesToSameLocal to correctly handle comprehensions
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
def f():
|
||||
xst = [3, 4]
|
||||
<caret>k = 3
|
||||
return [k for k in xst]
|
||||
Reference in New Issue
Block a user