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