mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Don't mark global symbols as inputs of code fragment (PY-6616)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
aaa = 12
|
||||
<begin>
|
||||
bbb = aaa
|
||||
aaa = bbb + 123
|
||||
<end>
|
||||
bbb
|
||||
aaa
|
||||
def f():
|
||||
aaa = 12
|
||||
<begin>
|
||||
bbb = aaa
|
||||
aaa = bbb + 123
|
||||
<end>
|
||||
bbb
|
||||
aaa
|
||||
<result>
|
||||
In:
|
||||
aaa
|
||||
|
||||
Reference in New Issue
Block a user