Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ConvertIntegerToBinaryIntention
/
before.java.template
blob: 48bfb8cf83ff4e5c61b012fd1a66b4ce7549cc74 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
()
{
int
i
=
<spot>
5
</
spot
>;
}
}