Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
SimplifyVariableIntention
/
after.java.template
blob: 626bf4b610da9b4d6f7445f00c1d947b5b6e7f46 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
()
{
int
[]
a
=
null
;
}
}