1
0
forked from VimPlug/jedi

test for empty decorators

This commit is contained in:
David Halter
2013-08-16 11:02:22 +04:30
parent cfe21c74e8
commit e63783f122

View File

@@ -61,6 +61,16 @@ def f(seq1...=None):
#? int()
f(1)
@
def test_empty_decorator():
return 1
#? int()
test_empty_decorator()
# -----------------
# flows
# -----------------
# first part not complete (raised errors)
if a