Fix issue where reify would do the same lookup twice
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
0f803cd8
Please register or sign in to comment