blob: bce88ecd38b0ff0d0c55375d6ec76d7a7eda0bd1 [file] [log] [blame]
fun neq(a: Boolean, b: Boolean) {
if (a &&<caret> b) {}
}