mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +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) |