Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
resources-en
/
src
/
intentionDescriptions
/
ExpandStaticImportAction
/
before.java.template
blob: 5db1418cdfb34a19357746e6df2471ecef2c014b [
file
] [
log
] [
blame
]
import
static
java
.
util
.
Arrays
.
sort
;
class
Foo
{
public
void
foo
(
String
...
args
)
{
<spot>
sort
</
spot
>(
args
);
}
}