mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-12 00:31:41 +08:00
fixed invalid list comprehension tests
This commit is contained in:
@@ -101,7 +101,7 @@ a[0]
|
||||
|
||||
a = [a for a in [1,2]
|
||||
def break(): pass
|
||||
#? list()
|
||||
#? int()
|
||||
a[0]
|
||||
|
||||
#? []
|
||||
|
||||
Reference in New Issue
Block a user