forked from VimPlug/jedi
add a first flow analysis test
This commit is contained in:
8
test/completion/flow_analysis.py
Normal file
8
test/completion/flow_analysis.py
Normal file
@@ -0,0 +1,8 @@
|
||||
def foo(x):
|
||||
if 1.0:
|
||||
return 1
|
||||
else:
|
||||
return ''
|
||||
|
||||
#? int()
|
||||
foo(1)
|
||||
Reference in New Issue
Block a user