blob: ffbc96e44c6fe8982869caf7703cfc678be853d6 [file]
public class X {
void f(Object x) {
if (x.equals(this)) return;
}
}