mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 07:14:48 +08:00
Make sure that goto on a subscript colon doesn't crash
This commit is contained in:
@@ -45,6 +45,9 @@ b[int():]
|
||||
#? list()
|
||||
b[:]
|
||||
|
||||
#? 3
|
||||
b[:]
|
||||
|
||||
#? int()
|
||||
b[:, 1]
|
||||
#? int()
|
||||
|
||||
Reference in New Issue
Block a user