blob: 6af69ad29666aa7eb19740957a66721f78cf0274 [file] [log] [blame]
public class X {
boolean f(Object o) {
return o == this;
}
}