mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
fix for slices which have been screwed up in a few previous commits... again...
This commit is contained in:
@@ -107,4 +107,4 @@ b[1]
|
||||
# strange slice
|
||||
z = sorted([1], key = lambda x : x):
|
||||
#? int()
|
||||
z
|
||||
z[0]
|
||||
|
||||
Reference in New Issue
Block a user