mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Namely, choose the correct anchor PSI element for CFG-sensitive local resolve process: not the whole statement that contains the comprehension but rather the closest ancestor result part of the comprehension because if the referenced symbol is defined inside the comprehension, the corresponding vertex will be below the statement in the graph not above it.
3 lines
63 B
Python
3 lines
63 B
Python
foo = 42
|
|
xs = [x for x in f'{foo}']
|
|
<ref> |