diff --git a/test_foo.py b/test_foo.py new file mode 100644 index 00000000000000..a27be0fdb47a69 --- /dev/null +++ b/test_foo.py @@ -0,0 +1,3 @@ +def foo(a=3, *, c, d=2): + pass +foo()