mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
erroneus star arguments warning
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user