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