Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceEqualsWithEqualityIntention
/
after.java.template
blob: 6af69ad29666aa7eb19740957a66721f78cf0274 [
file
] [
log
] [
blame
]
public
class
X
{
boolean
f
(
Object
o
)
{
return
o
==
this
;
}
}