4 lines
91 B
Plaintext
Vendored
4 lines
91 B
Plaintext
Vendored
// INTENTION_TEXT: Simplify negated '==' expression to '!='
|
|
fun test(n: Int) {
|
|
0 != 1
|
|
} |