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