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