Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveDictKeyQuickFixTest
/
first.py
blob: 88c3864f381381c4ff14ad9ab55bfb24fd521c09 [
file
] [
log
] [
blame
]
a
=
{<
warning descr
=
"Dictionary contains duplicate keys 'x'"
>
'<caret>x'
</
warning
>:
1
,
"y"
:
2
,
<
warning descr
=
"Dictionary contains duplicate keys 'x'"
>
'x'
</
warning
>:
1
}