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