数组的例子编译不过
woodongwong opened this issue · 2 comments
woodongwong commented
add(new Integer[] {1, 3, 2}); // 传递数组
上面代码编译不过(java11),换成 new int[] {1, 3, 2}
就好了。
crisxuan commented
感谢提出
crisxuan commented
已修改,下一版上线
woodongwong opened this issue · 2 comments
add(new Integer[] {1, 3, 2}); // 传递数组
上面代码编译不过(java11),换成 new int[] {1, 3, 2}
就好了。
感谢提出
已修改,下一版上线