You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
todo tests for GH 16364 (array element lazily created at wrong index)
This commit adds some todo tests for GH 16364 that test the following
behavior:
* An array element that was previously uninitialized is created at the
correct index when assigned from a subroutine's @_ alias which
modifies the element's original array. The element is within the
array.
* The same as the above but the element is outside of the array's
range.
* An array element that was previously uninitialized is created at the
correct index when assigned from a foreach loop's $_ alias which
modifies the element's original array.
0 commit comments