Commit 10ac3c9d authored by Jack Koenig's avatar Jack Koenig
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment