blob: 053a1042c0456f07a5ccb74d8ca4daa0b033eca0 [file] [log] [blame]
// INTENTION_TEXT: Simplify negated '>' expression to '<='
fun test(n: Int) {
!<caret>(0 > 1)
}