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