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