mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
found list indexing issue with sith and fixed it.
This commit is contained in:
@@ -13,6 +13,13 @@ sorted(arr)[0]
|
||||
#? str()
|
||||
next(reversed(arr))
|
||||
|
||||
# should not fail if there's no return value.
|
||||
def yielder():
|
||||
yield None
|
||||
|
||||
#?
|
||||
next(reversed(yielder()))
|
||||
|
||||
#? str()
|
||||
next(open(''))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user