Hi please explain this question,i am not getting how can the type be an Array as Array is no type in kotlin

Q2. What is the type of arr in the following code?
val arr = arrayOf(1, 2, 3)

int[]

Int[]

IntArray

Array