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