forked from VimPlug/jedi
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