mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-05 17:38:06 +08:00
further test for list comprehensions
This commit is contained in:
@@ -400,7 +400,8 @@ third()[0]
|
||||
# -----------------
|
||||
|
||||
def from_comprehension(foo):
|
||||
#? float()
|
||||
#? int() float()
|
||||
return foo
|
||||
|
||||
[from_comprehension(1.0) for n in (1,)]
|
||||
[from_comprehension(n) for n in (1,)]
|
||||
|
||||
Reference in New Issue
Block a user