From 56dac1348f44d2e1f0bca085d415658cd3ee9874 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 21 Nov 2022 13:51:42 -0500 Subject: fix reporting of ambiguous identifier after parameter list --- testsuite/E74.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testsuite/E74.py (limited to 'testsuite/E74.py') diff --git a/testsuite/E74.py b/testsuite/E74.py new file mode 100644 index 0000000..93d6c13 --- /dev/null +++ b/testsuite/E74.py @@ -0,0 +1,4 @@ +#: E741:1:8 +lambda l: dict(zip(l, range(len(l)))) +#: E741:1:7 E704:1:1 +def f(l): print(l, l, l) -- cgit v1.2.1