mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Don't mark global symbols as inputs of code fragment (PY-6616)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
aaa = 123
|
||||
<begin>
|
||||
print(aaa)
|
||||
<end>
|
||||
print("Hello")
|
||||
def f():
|
||||
aaa = 123
|
||||
<begin>
|
||||
print(aaa)
|
||||
<end>
|
||||
print("Hello")
|
||||
<result>
|
||||
In:
|
||||
aaa
|
||||
|
||||
Reference in New Issue
Block a user