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