blob: 4e68547c700da62348e77467dfc36abaa8629d0b [file] [log] [blame]
public class X {
void f(boolean a, boolean b) {
if (!(a && b)) return;
}
}