269e4ae828
#KT-4868 Fixed
3 lines
53 B
Kotlin
3 lines
53 B
Kotlin
fun neq(a: Int, b: Int) {
|
|
if (a ==<caret> b) {}
|
|
} |