fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

`Value.pullUp` does not consider multiple access paths of a pulled up value

Open hatyo opened this issue 1 year ago • 0 comments

For example, for a Value like this (A, A, A), pulling up A through that Value gives something like: _._0 instead of enlisting all possible access paths of it, i.e. _._0, _._1, _._2.

hatyo avatar Dec 28 '23 13:12 hatyo