mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 19:52:07 +07:00
GitOrigin-RevId: b2bd04bcfc09898db6accd94210fb8c2097e7c92
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) |