Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android12-tests-release
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveDictKeyQuickFixTest
/
inTheMiddle.py
blob: 1ed5736f864fbc0a3311bfd76e4eb09c9773930a [
file
] [
log
] [
blame
] [
edit
]
a
=
{<
warning descr
=
"Dictionary contains duplicate keys 'x'"
>
'x'
</
warning
>:
1
,
"y"
:
2
,
<
warning descr
=
"Dictionary contains duplicate keys 'x'"
>
'x<caret>'
</
warning
>:
1
,
"c"
:
2
}