blob: 9f012f7f967b1fe587b570541dc4f4084b9b6d23 [file] [log] [blame]
public class X {
boolean f(Object o) {
return <spot>o == this</spot>;
}
}