mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
7 lines
109 B
Python
7 lines
109 B
Python
from src1 import foo
|
|
from src2 import bar # foo uses different bar
|
|
|
|
|
|
unrelated = bar(1)
|
|
|
|
res = f<caret>oo(2) |