Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
DictCreationDuplicate.py
blob: 39b6b93bf163ec7039851ca23d3b3d9e058a59b7 [
file
] [
log
] [
blame
]
<
caret
><
weak_warning descr
=
"This dictionary creation could be rewritten as a dictionary literal"
>
data
=
{
"1"
:
1
,
0
:
''
}</
weak_warning
>
data
[
0
]
=
"test"