blob: be3ec8eaa7f604c11813fc669f5eee3778bed96f [file] [log] [blame]
fun neq(a: Int, b: Int) {
if (a ===<caret> b) {}
}