So, the Array<Int> in Kotlin has translated to an array of java.lang.Integer (Integer[]). The anewarray instruction creates an array of size 1 ( ...
確定! 回上一頁