Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertTwoComparisonsToRangeCheck
/
charInt.kt
blob: c369cd18ebd9dd9552897ef6c172ff6dc1ae09af [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// DISABLE-ERRORS
fun foo
(
bar
:
Char
)
{
bar
>
1
&&
2
>
bar
<caret>
}