Arrays.fill()
这样的调用不会执行任何有用的工作,很可能是错误的。
示例:
int foo(String[] strings) { return Arrays.binarySearch(strings, 1); }
2017.2 的新功能