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
Enums are mostly unsupported. In particular, I noticed the following issues:
There is no way of showing all symbolic values an enum can take. They just do not occur in the AST.
There is no way of showing a single numeric value an enum can take. They just do not occur in the AST.
The types of identifier nodes of enum fields are set to ANY. I'm not talking about the identifier nodes of variables of the enum's type. These are set correctly. But the identifiers of enum fields (i.e. their symbolic names) are not.
The text was updated successfully, but these errors were encountered:
Enums are mostly unsupported. In particular, I noticed the following issues:
ANY
. I'm not talking about the identifier nodes of variables of the enum's type. These are set correctly. But the identifiers of enum fields (i.e. their symbolic names) are not.The text was updated successfully, but these errors were encountered: