mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
This applies to all outer definitions except imports where we resolve only to the latest imports as we used to do. This is required for detecting and optimizing unused imports and adding imports during refactorings. The implementation of ResolveProcessor has been rewritten as PyResolveProcessor.
4 lines
55 B
Python
4 lines
55 B
Python
def f():
|
|
global foo
|
|
return foo
|
|
# <ref> |