blob: 277a9e230d0200b8a9e36206116319f78eb85e9c [file] [log] [blame]
public class X {
boolean f(Object o) {
return <spot>o.equals(this)</spot>;
}
}