1
0
forked from VimPlug/jedi

use Param.stars to avoid certain syntax error params to cause an exception

This commit is contained in:
Dave Halter
2014-04-20 13:38:10 +02:00
parent ab154d46d5
commit 27f01ca1f6
2 changed files with 14 additions and 12 deletions

View File

@@ -68,6 +68,9 @@ def test_empty_decorator():
#? int()
test_empty_decorator()
def invalid_param(param=):
#?
param
# -----------------
# flows
# -----------------