Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplacePostfixExpressionWithAssignmentIntention
/
after.java.template
blob: cc9c88da6a32ac69f94d5f59644b09fc414154ab [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
int
i
)
{
i
=
i
+
1
;
}
}