mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-26 07:47:15 +08:00
Fix: flow analysis crashed when using in combination with different modules.
This commit is contained in:
4
test/completion/import_tree/flow_import.py
Normal file
4
test/completion/import_tree/flow_import.py
Normal file
@@ -0,0 +1,4 @@
|
||||
if name:
|
||||
env = 1
|
||||
else:
|
||||
env = 2
|
||||
Reference in New Issue
Block a user