269e4ae828
#KT-4868 Fixed
3 lines
47 B
Plaintext
Vendored
3 lines
47 B
Plaintext
Vendored
fun neq(a: Int, b: Int) {
|
|
if (b === a) {}
|
|
} |