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
Realistically, this will be difficult/impossible to infer statically, so it may not even be worth bothering to correct the test case above (which can be inferred statically).
Babel tells us that ctrl can not be treated like a constant, and it may be sufficient to simply print a warning whenever we try to follow a mutable reference.
The text was updated successfully, but these errors were encountered:
We currently do not handle cases like this:
Output:
Realistically, this will be difficult/impossible to infer statically, so it may not even be worth bothering to correct the test case above (which can be inferred statically).
Babel tells us that
ctrl
can not be treated like a constant, and it may be sufficient to simply print a warning whenever we try to follow a mutable reference.The text was updated successfully, but these errors were encountered: