Sign in
android
/
platform
/
tools
/
idea
/
c6218e46d5d2017e987ecdbd99b318a95c42abc0
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceMultiplyWithShiftIntention
/
before.java.template
blob: afe3e3b3c7c798b7116b1e9d95ed98060558f0ce [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
int
a
)
{
a
=
<spot>
a
*
32
</
spot
>;
}
}