mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Goto fixes.
This commit is contained in:
@@ -185,7 +185,7 @@ for i in range(1):
|
||||
i
|
||||
|
||||
for key, value in [(1,2)]:
|
||||
#! ['for key,value in [(1, 2)]: key']
|
||||
#! ['for key, value in [(1,2)]: key']
|
||||
key
|
||||
|
||||
for i in []:
|
||||
|
||||
Reference in New Issue
Block a user