1
0
forked from VimPlug/jedi

add a first flow analysis test

This commit is contained in:
Dave Halter
2014-08-06 23:34:23 +02:00
parent 138fa1b4de
commit b7151c1ef9

View File

@@ -0,0 +1,8 @@
def foo(x):
if 1.0:
return 1
else:
return ''
#? int()
foo(1)