Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ConstantExpressionIntention
/
after.java.template
blob: 700c60d07c6f5da6e39575316827e0e5099f32f3 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
()
{
int
i
=
3600
;
}
}