Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceOperatorAssignmentWithPostfixExpressionIntention
/
description.html
blob: 3de1daeccaa53f51f7851ca4ca99800e50376390 [
file
] [
log
] [
blame
]
<html>
<body>
This intention replaces an operator assignment
expression which increments or decrements an
<b>
int
</b>
or
<b>
long
</b>
with an
equivalent postfix increment or decrement expression.
<br><br>
<small>
New in 9
</small>
</body>
</html>