Files
openide/python/testData/completion/expressionDictKey.py
Petr feb3bdc4c2 PY-52502 Duplicate completion variants when local variable is used as map key
GitOrigin-RevId: 463225922b2f0201b5d1ed2749f4175a77fd543f
2024-05-14 01:09:52 +00:00

3 lines
36 B
Python

yyy='yyy'
x = {yyy: -1}
x[yy<caret>]