Description
this code reproduces the error:
void doSomething(long[] values){
values[1] += 5
}
results in:
Caught: java.lang.VerifyError: (class: test, method: doSomething signature: ([J)V) Expecting to find long on stack
java.lang.VerifyError: (class: test, method: doSomething signature: ([J)V) Expecting to find long on stack
(it works fine in groovy 1.6.4)