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