1
0
forked from VimPlug/jedi

fix an old test case that was always wrong anyway

This commit is contained in:
Dave Halter
2014-03-09 12:40:38 +01:00
parent b22c9c96f2
commit 7f0e31798a

View File

@@ -79,7 +79,8 @@ def recursion(a, b):
else:
return recursion(a+".", b+1)
#? int() float()
# Does not also return int anymore, because we now support operators in simple cases.
#? float()
recursion("a", 1.0)
def other(a):