In OSSA we only insert a copy_value of the element at the array initialization point. This would result in an over-consume if the getElement is in a loop. Therefore require that both semantic calls are in the same block.
Fixes an ownership verifier crash when OSSA modules are enabled.
In OSSA we only insert a copy_value of the element at the array initialization point. This would result in an over-consume if the getElement is in a loop. Therefore require that both semantic calls are in the same block.
Fixes an ownership verifier crash when OSSA modules are enabled.