forked from VimPlug/jedi
test for empty decorators
This commit is contained in:
@@ -61,6 +61,16 @@ def f(seq1...=None):
|
|||||||
#? int()
|
#? int()
|
||||||
f(1)
|
f(1)
|
||||||
|
|
||||||
|
@
|
||||||
|
def test_empty_decorator():
|
||||||
|
return 1
|
||||||
|
|
||||||
|
#? int()
|
||||||
|
test_empty_decorator()
|
||||||
|
|
||||||
|
# -----------------
|
||||||
|
# flows
|
||||||
|
# -----------------
|
||||||
|
|
||||||
# first part not complete (raised errors)
|
# first part not complete (raised errors)
|
||||||
if a
|
if a
|
||||||
|
|||||||
Reference in New Issue
Block a user