mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-01 01:33:21 +08:00
fixed file in python 2.7 with test, fixes #309
This commit is contained in:
@@ -13,6 +13,9 @@ sorted(arr)[0]
|
||||
#? str()
|
||||
next(reversed(arr))
|
||||
|
||||
#? str()
|
||||
next(open(''))
|
||||
|
||||
# -----------------
|
||||
# re
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user