blob: 9931d0b8e0d64f8d3670935529df6bcb1a7152e3 [file] [log] [blame]
public class X {
void f(Object x) {
if (<spot>this.equals(x)</spot>) return;
}
}