blob: cb26c2b7cfe6d59ee1cb329c2c8505af78545abd [file] [log] [blame]
public class X {
void f(boolean a, boolean b) {
if (<spot>!a || !b</spot>) return;
}
}