Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android12-tests-release
/
.
/
python
/
testData
/
inspections
/
RedundantParenthesesBoolean.py
blob: 2eb3a310bf98c82ac1a1752d298a07cbed94eadc [
file
] [
log
] [
blame
] [
edit
]
settings
=
(
'foreground'
,)
old_value
=
None
new_value
=
None
if
(
'foreground'
in
settings
)
and
<
weak_warning descr
=
"Remove redundant parentheses"
><
caret
>((
old_value
)
or
(
new_value
))</
weak_warning
>:
pass