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