Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ConvertIntegerToDecimalIntention
/
before.java.template
blob: 9a5af10400fd8af6d3dc47accd7c54e7908ff155 [
file
]
public
class
X
{
void
f
()
{
int
i
=
<spot>
0xffff
</
spot
>;
}
}