blob: ff9f871a78a3fc0c4c467eadea02131b435a247a [file]
public class X {
void f(boolean a, boolean b) {
a = a | b;
}
}