As shown by those results, intArrayOf creates a type of kotlin.IntArray , which works with a vararg parameter of type Int , but arrayOf creates a type of ...
確定! 回上一頁