Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertTwoComparisonsToRangeCheck
/
gtDouble.kt
blob: 0dbff9e98a8060e0f5d732a437a67e90ef1f0a88 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// WITH_RUNTIME
fun foo
(
bar
:
Int
)
{
bar
>
0.0
&&
10.0
>=
bar
<caret>
}