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