Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
FlipExpressionIntention
/
before.java.template
blob: c913ce35ef0667d05dc2d2ec0fdba691848d9051 [
file
] [
log
] [
blame
]
public
class
X
{
int
f
(
int
a
,
int
b
)
{
return
<spot>
a
+
b
</
spot
>;
}
}