mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-20 21:48:26 +08:00
Forget to make the set comprehension result a set().
This commit is contained in:
@@ -124,6 +124,8 @@ right
|
||||
|
||||
#?
|
||||
{a - 1 for a in [1]}
|
||||
#? int()
|
||||
{a - 1: 3 for a in [1]}[0]
|
||||
|
||||
# -----------------
|
||||
# name resolution in comprehensions.
|
||||
|
||||
Reference in New Issue
Block a user