blob: 1af96f6a8ed0170bae7a7b18165b8afcbeec4387 [file] [log] [blame]
import java.util.Arrays;
class Foo {
public void foo(String... args) {
<spot>Arrays.sort</spot>(args);
}
}