Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertTwoComparisonsToRangeCheck
/
gtDouble2.kt
blob: 2b260f3fb3dfe56b11c80beed2d01ce5aaa8891d [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// WITH_RUNTIME
fun foo
(
bar
:
Double
)
{
bar
>
0
&&
10
>=
bar
<caret>
}