crisxuan/bestJavaer

数组的例子编译不过

woodongwong opened this issue · 2 comments

add(new Integer[] {1, 3, 2}); // 传递数组

上面代码编译不过(java11),换成 new int[] {1, 3, 2} 就好了。

感谢提出

已修改,下一版上线