I think (and I can be very wrong) what happens is that `
Arrays.toString(myIntArray)` is transformed to `Arrays.toString(myIntArray
as Integer[])` explaining why the original array and the list that should
be backed by it are not bound at all. It's just an hypotheses, of course.

Reply via email to