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