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