Converts a destructuring pattern to reference or indexer expressions at the access side.
In case when the pattern has default values, or when there exist write usages, or the expression to the right had side effects,
or it is not a reference, new variables will be introduced for every destructuring item with possible side effects.
This is an inverse operation for "Propagate to destructuring declaration".