blob: 9aa24d82522ec0a89d5b0e33f9bf1d078e7c171f [file] [log] [blame]
fun neq(a: Boolean, b: Boolean) {
if (b && a) {}
}