You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
So in this case, incoming x is not leaking, but treated as a constant, as least as far as the return value of f is concerned. But somehow incrementX treats x as undefined? That seems wrong.
The text was updated successfully, but these errors were encountered:
We have the following test case.
which Prepacks to
Okay. But if you move up the definition of
x
as follows...then we get
So in this case, incoming
x
is not leaking, but treated as a constant, as least as far as the return value off
is concerned. But somehowincrementX
treatsx
as undefined? That seems wrong.The text was updated successfully, but these errors were encountered: