Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
resources-en
/
src
/
intentionDescriptions
/
SplitDeclarationAction
/
before.java.template
blob: 31f5ff13cdf13b422289717d46c3710e5075df4d [
file
] [
log
] [
blame
]
public
class
X
{
void
f
()
{
<spot>
int
i
=
0
</
spot
>;
}
}