public class X { void f(Object x) { if (this.equals(x)) return; } }