Fixed an issue with closures not being able to capture themselves as upvalues, because they did not exist on the stack while the captures were being handled.
Added new staging test for this resolved issue to make sure it remains resolved in the future.
Fixed an issue with closures not being able to capture themselves as upvalues, because they did not exist on the stack while the captures were being handled.
Added new staging test for this resolved issue to make sure it remains resolved in the future.