erroneus star arguments warning

This commit is contained in:
Dave Halter
2014-06-07 13:10:19 +02:00
parent 62db176e5e
commit c8b7d79b54
3 changed files with 25 additions and 14 deletions

View File

@@ -100,5 +100,8 @@ mixed2(3, b=5)
# plain wrong arguments
# -----------------
#! 12 type-error-star-star-mapping
#! 12 type-error-star-star
simple(1, **[])
#! 11 type-error-star
simple(1, *1)