Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
ChainedComparison5.py
blob: 7bd80dd74807791c627737357c09d3538f0b64e0 [
file
] [
log
] [
blame
]
mapsize
=
35
def
test
(
x
,
y
):
if
<
weak_warning descr
=
"Simplify chained comparison"
>
0
<=
x
<
<
caret
>
mapsize
and
y
>=
0
and
y
<
mapsize
</
weak_warning
>:
return
1