Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
FlipCommutativeMethodCallIntention
/
after.java.template
blob: ffbc96e44c6fe8982869caf7703cfc678be853d6 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
Object
x
)
{
if
(
x
.
equals
(
this
))
return
;
}
}