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