4 lines
79 B
Plaintext
Vendored
4 lines
79 B
Plaintext
Vendored
// FIX: Replace negated '>' operation with '<='
|
|
fun test(n: Int) {
|
|
0 <= 1
|
|
} |