Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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"