Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
simplifyNegatedBinaryExpression
/
greaterThan.kt
blob: 053a1042c0456f07a5ccb74d8ca4daa0b033eca0 [
file
] [
log
] [
blame
]
// INTENTION_TEXT: Simplify negated '>' expression to '<='
fun test
(
n
:
Int
)
{
!<
caret
>(
0
>
1
)
}