3 lines
54 B
Plaintext
Vendored
3 lines
54 B
Plaintext
Vendored
fun neq(a: Int, b: Int) {
|
|
if (b <caret>!== a) {}
|
|
} |