Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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"