forked from VimPlug/jedi
no confusions in executions for dict assignments, fixes #83
This commit is contained in:
@@ -163,6 +163,7 @@ dic2[r'asdf']
|
||||
dic2['just_something']
|
||||
|
||||
def f():
|
||||
""" github #83 """
|
||||
r = {}
|
||||
r['status'] = (200, 'ok')
|
||||
return r
|
||||
|
||||
Reference in New Issue
Block a user