mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Introduces a new internal interface for easier resolution.
Corrects fromQualifiedPackageImportFile and LookAhead tests.
There is a known problem with Jython resolution using "import *", to be fixed later.
4 lines
35 B
Python
4 lines
35 B
Python
def f():
|
|
return f<ref>oo
|
|
|
|
foo = 1 |