blob: 225a46535f4f67b1eb7bd6701b440df86d8d741e [file] [log] [blame]
public class X {
void f(int a, int b) {
if (!(<spot>a == b</spot>)) return;
}
}