Re-allow retyping for variables that are not bound by any function #299
Labels
bb: medium
Medium issue according to bug bounty categorization
bug bounty
This issue is prized out as part of the Bug Bounty Program
enhancement
New feature or request
Starting from 8c2d321 it is generally not allowed to change the type of variables anymore. This can be relaxed to apply only to variables that are not bound by functions, which is the only place the retyping could cause trouble. Moreover. even variables that are bound by functions may be allowed to change type if the types can be bound into a union.
The text was updated successfully, but these errors were encountered: