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