mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-10 05:52:22 +08:00
Wrong var_args with a star star function.
This commit is contained in:
@@ -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, **[])
|
||||
|
||||
Reference in New Issue
Block a user