Fix issue where reify would do the same lookup twice (#3392)
This is not a functional bug. The recursive form of reify for Element would use the .topBinding from the wrong argument, so it would recurse an extra time, but it would ultimately converge to the right value.
parent
7b37508c
Please register or sign in to comment