Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceShiftWithMultiplyIntention
/
before.java.template
blob: 876b023d4a27e95398c2f0b4dfcd05799d454a4e [
file
]
public
class
X
{
void
f
(
int
a
)
{
a
=
<spot>
a
<<
5
</
spot
>;
}
}