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