Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ConvertIntegerToBinaryIntention
/
after.java.template
blob: 03075fc702003a007edd7a09fefad469f982ba7e [
file
]
public
class
X
{
void
f
()
{
int
i
=
0b101
;
}
}