mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Fix an issue with type vars
This commit is contained in:
@@ -273,9 +273,9 @@ d.values()[0]
|
||||
x, = d.values()
|
||||
#? int() str()
|
||||
x
|
||||
#? int()
|
||||
#? int() str()
|
||||
d['a']
|
||||
#? int() None
|
||||
#? int() str() None
|
||||
d.get('a')
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user