forked from VimPlug/jedi
9 lines
86 B
Python
9 lines
86 B
Python
def foo(x):
|
|
if 1.0:
|
|
return 1
|
|
else:
|
|
return ''
|
|
|
|
#? int()
|
|
foo(1)
|