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