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