Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceEqualityWithEqualsIntention
/
before.java.template
blob: 9f012f7f967b1fe587b570541dc4f4084b9b6d23 [
file
] [
log
] [
blame
]
public
class
X
{
boolean
f
(
Object
o
)
{
return
<spot>
o
==
this
</
spot
>;
}
}