1
0
forked from VimPlug/jedi

Wrong var_args with a star star function.

This commit is contained in:
Dave Halter
2014-06-06 16:49:53 +02:00
parent cb430c4c36
commit f061de0f74
3 changed files with 17 additions and 5 deletions

View File

@@ -95,3 +95,10 @@ mixed2(3, 4, 5)
mixed2(3, 4, c=5)
#! 6 type-error-multiple-values
mixed2(3, b=5)
# -----------------
# plain wrong arguments
# -----------------
#! 12 type-error-star-star-mapping
simple(1, **[])