Should I open a jira issue? I'm not familiar with the procedure. On Mon, Sep 28, 2015 at 3:06 AM, Edinson E. Padrón Urdaneta < edinson.padron.urdan...@gmail.com> wrote:
> 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. >