Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceAssignmentWithPostfixExpressionIntention
/
before.java.template
blob: 8171ef82688d659a4a71dc4d4b995f80453610c4 [
file
]
public
class
X
{
void
f
(
int
i
)
{
<spot>
i
=
i
+
1
</
spot
>;
}
}