Closed bafain closed 12 years ago
In the created ArrayLiteral the index information from the CompositeValue has been erased since createLiteral iterates just over the value set and ignores the key set, which contains the actual indexes.
ArrayLiteral
CompositeValue
createLiteral
In the created
ArrayLiteral
the index information from theCompositeValue
has been erased sincecreateLiteral
iterates just over the value set and ignores the key set, which contains the actual indexes.