Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyRedundantParenthesesInspection
/
BinaryInBinary.py
blob: d752b7d53e7553d617e443ce937389675e2017cc [
file
] [
log
] [
blame
]
if
((
True
and
True
)
or
(
not
True
and
True
))
and
\
(
True
or
True
):
pass