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