Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ConstantExpressionIntention
/
before.java.template
blob: cbf5f7883bd1350efff7939bef7b4240e4ae988b [
file
] [
log
] [
blame
]
public
class
X
{
void
f
()
{
int
i
=
<spot>
60
*
60
</
spot
>;
}
}