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