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