Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
MoveDeclarationIntention
/
before.java.template
blob: 3e4f1f28f6a48aed8e589779ee80df7a5c05ee54 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
int
a
)
{
<spot>
int
i
</
spot
>;
f
(
0
);
f
(
1
);
i
=
9
;
}
}