forked from VimPlug/jedi
Fix f-string evaluation, fixes #1248
This commit is contained in:
@@ -32,3 +32,7 @@ f'xyz'.uppe
|
||||
|
||||
#? 3 []
|
||||
f'f'
|
||||
|
||||
# Github #1248
|
||||
#? int()
|
||||
{"foo": 1}[f"foo"]
|
||||
|
||||
Reference in New Issue
Block a user