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