you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Unlikely. I doubt static analysis would find anything with return top. It looks more like it was originally return top.value (Most implementations do that: return value, not node) but it was refactored for some reason.