summaryrefslogtreecommitdiffstats
path: root/test_foo.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_foo.py')
-rw-r--r--test_foo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test_foo.py b/test_foo.py
new file mode 100644
index 0000000..a27be0f
--- /dev/null
+++ b/test_foo.py
@@ -0,0 +1,3 @@
+def foo(a=3, *, c, d=2):
+ pass
+foo()