mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-20 01:58:27 +08:00
Fix a globals context issue, fixes #1435
This commit is contained in:
5
test/completion/import_tree/globals.py
Normal file
5
test/completion/import_tree/globals.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
def something():
|
||||
global foo
|
||||
foo = 3
|
||||
Reference in New Issue
Block a user