Sign in
android
/
platform
/
tools
/
idea
/
c6218e46d5d2017e987ecdbd99b318a95c42abc0
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
FlipComparisonIntention
/
before.java.template
blob: 6f650cc79b8a526124aee5a93b43f85d536397b1 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
int
a
,
int
b
)
{
if
(<
spot
>
a
==
b
</
spot
>)
return
;
}
}