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
More checks could be introduced to ensure that variable names, custom enum type names, and enum literals are unique. Also introducing a type for enums should be considered (instead of converting them to ints), which would only support a limited set of expressions (for example the > operator makes no sense for enums).
The text was updated successfully, but these errors were encountered:
More checks could be introduced to ensure that variable names, custom enum type names, and enum literals are unique. Also introducing a type for enums should be considered (instead of converting them to ints), which would only support a limited set of expressions (for example the
>
operator makes no sense for enums).The text was updated successfully, but these errors were encountered: