blob: d14d5bd770f77d4a4784b35dc7fb309d3400ff92 [file] [log] [blame]
public class X {
void f(boolean a, boolean b) {
a = <spot>a | b</spot>;
}
}