Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
ConvertTwoComparisonsToRangeCheckIntention
/
before.kt.template
blob: 7ea8a8ae6f94ab5a10d56522f1c502d14c283407 [
file
] [
log
] [
blame
]
fun foo
(
arg
:
Int
)
=
1
<=
arg
&&
arg
<=
4