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