Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyRedundantParenthesesInspection
/
IfMultiline.py
blob: 5ad0df08013cd365a5689ef1a9d3a14fa6f62df0 [
file
] [
log
] [
blame
]
if
(
A
and
B
and
C
):
pass
if
<
weak_warning descr
=
"Remove redundant parentheses"
>(
"\n"
)</
weak_warning
>:
pass