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