summaryrefslogtreecommitdiff
path: root/testsuite/python38.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/python38.py')
-rw-r--r--testsuite/python38.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/python38.py b/testsuite/python38.py
index 57ee613..f927673 100644
--- a/testsuite/python38.py
+++ b/testsuite/python38.py
@@ -13,6 +13,9 @@ def f3(
b,
):
pass
+
+
+lambda a, /: None
#: Okay
if x := 1:
print(x)